Enabling the Scheduling of SAS Data Integration Studio Jobs

In addition to the scheduling server, a scheduling environment for SAS Data Integration Studio jobs requires the following:
a deployment directory
A deployment directory is a location on the file system of the SAS application server that contains the scheduling server component. The scheduling server must have access to the deployment directory. A corresponding definition for the deployment directory must exist in the metadata repository. When a SAS Data Integration Studio user deploys a job for scheduling, a job is generated and placed in this directory. When the job is executed, the job information is read from this directory.
The initial configuration process should have created a physical deployment directory in the path SAS-config-dir/Lev1/SASApp/SASEnvironment/SASCode/Jobs, and a corresponding deployment directory definition in the metadata repository.
If you need to set up a deployment directory manually, see Define a Deployment Directory .
a SAS DATA Step Batch Server
A SAS DATA Step Batch server is a metadata object that specifies the command to execute SAS code that is generated by SAS Data Integration Studio jobs. The metadata specifies the location of the command on the scheduling server and where the resulting log files are to be stored on the SAS application server that contains the scheduling server component.
If your configuration plan included the SAS DATA Step Batch server, the initial configuration process should have created a definition for a server called SAS DATA Step Batch server, which is a component of your SAS Application Server (for example, SASApp).
If you need to set up a SAS DATA Step Batch server manually, see Defining a SAS DATA Step Batch Server .