Configuration Properties for Batch Submissions

By default, SAS Studio enables you to submit SAS code in batch mode. You can use the webdms.maxNumActiveBatchSubmissions and webdms.maxNumActiveBatchSubmissionsSystem properties to specify the maximum number of simultaneous batch submissions for an individual user and for your entire site. When customizing your setting, base the values for these properties on the number of processors on the server that is running the SAS IOM workspace or the number of processors for the local installation (for the Single-User Edition).
Property Name
Description
webdms.allowBatchSubmit
specifies whether the Batch Submit option is available when you right-click a .sas file in the navigation tree in the SAS Studio workspace. The default value is true.
webdms.batchSubmissionResultsRetentionPeriod
specifies the number of hours that a submitted job entry is listed in the Batch Job Status window. The default value is 24. You cannot specify a decimal value for this property.
No output files (.html or .log) are deleted when you use this configuration property. These output files remain until they are deleted by the SAS Studio user.
webdms.maxNumActiveBatchSubmissions
specifies the maximum number of active batch jobs for the current SAS Studio user. The default value depends on your edition of SAS Studio.
  • For the SAS Studio Mid-Tier (Enterprise) Edition and SAS Basic Edition, the default value is 3.
  • For the SAS Studio Single-User Edition, the default value is 5.
webdms.maxNumActiveBatchSubmissionsSystem
specifies the maximum number of batch jobs that can be submitted for a given instance of SAS Studio across all users. The default value depends on your edition of SAS Studio.
  • For the SAS Studio Mid-Tier (Enterprise) Edition and SAS Basic Edition, the default value is 24.
  • For the SAS Studio Single-User Edition, the default value is 5.
Last updated: May 9, 2017