Previous Topic: Job 3Next Topic: Command Data Sets


PARM Keywords

A LOGON value should be provided in the PARM data for SASSDT30. This keyword value has the same format and meaning as that discussed for SASSDT10 in Job 1.

The user also has the following optional keywords that can be provided in the PARM for the purposes indicated:

JOBDD=Y

Specifies to generate JOB deletes with the function value of DD instead of DELETE so that dormant data sets can be deleted when the job is deleted. DD commands require more execution time than DELETE commands whenever they are processed against the database to do the actual deletes. This time could be significant if a large number of commands are processed at once.

Note: For more information about this function, see the job definition panels.

Y is the only acceptable value.

AFTER=yyddd[hhmm]

Specifies "don't schedule after" values to use for the disable commands generated to disable jobs at the original site. If not provided, the current system date and time are used for this purpose. If only the Julian date is provided, the default time-of-day is zeros (for the morning of the date entered).

Note: For more information about this function, see the job definition panels.

BEFORE=yyddd[hhmm]

Specifies "don't schedule before" values to use for the add commands generated to add jobs at the new site. If not provided, no value is generated and the work is eligible to run at the new site as soon as it is completely defined in that database. If only the Julian date is provided, the default time-of-day is zeros (for the morning of the date entered).

Note: For more information about this function, see the job definition panels.

LOADS=Y

Specifies that LOAD commands are to be generated for each CPU job. When specified, LOAD commands are generated into the DBMADDS2 data set after the JCL has been processed for the job. This parameter cannot be used if JCL=N was specified in Job 2 because that specification prevents any JCL from appearing in the input to this job. (If necessary, multiple executions of this process could be run to create the desired command data sets.) Y is the only acceptable value.

NODSNS

Specifies that DSN ADD commands are not generated in the output of this run. This parameter can be used if data set definitions are not required at the receiving site. By default, data set ADDs are generated.

DFLTOVRD=Y

Generates explicit keyword/value pairs (with default values) for most job definition panel fields (see the following Exclude List).

Typically, explicit keyword/value pairs for job definition panel fields (and their values) are not generated if the value specified matches the default value.

Generation of explicit keyword/value pairs is useful when the receiving CA WA CA 7 Edition system's DEFAULTJOB/DEFAULTXPJ/DEFAULTAG (see the DBASE initialization statement) settings are different from the sending system's settings, and the original job definition settings are still wanted. Y is the only acceptable value for this parameter.

Exclude List: LIB, USE-OVR-LIB, SATISFACTION LEAD TIME (JOB & DSN), COND-CODE, RO, DON'T SCHEDULE BEFORE/AFTER, LTERM, MSGCLASS.

More information:

Job 1

DB.1 - CPU Job Definition Panel