Previous Topic: Setting and Changing Initialization ParametersNext Topic: Initialization Parameter Descriptions


Job Control Statements

Sample execution JCL can be found in member HAEXINIT in your CVDEJCL data set.

The following job control statements are required to execute SARINIT:

JOB

Initiates the job.

EXEC

Specifies the program name (PGM=SARINIT) and, optionally, the high-level name of the database as the PARM parameter (PARM=dbname).

STEPLIB DD

Defines the load library containing SARINIT.

If the program resides in a linklist library, omit this statement.

SYSPRINT DD

Defines the sequential output data set used for listing the statements and messages.

If this is not a SYSOUT data set, DCB=BLKSIZE=nnn must be coded, where nnn is a multiple of 133.

SYSIN DD

Defines a card-image data set containing the parameter statements.