Previous Topic: Data Set Collector ConsiderationsNext Topic: NAME Control Statement


Job Control Statements

Specify the following JCL to execute RMODSC:

JCL

Description.

JOB

Initiates the job.

EXEC

Specifies the name of the program (PGM=RMODSC) and optional parameters (PARM=) for the program.

Use the optional PARM parameter to specify the high-level name of a database, input DD statement name, and user exit name in the following format:

PARM='HIGH-LEVEL-NAME,DDNAME,EXITNAME'

These parameters can also be specified on the NAME and COLLECT control statement.

If the SYSIN DD statement is not specified, the PARM field must specify the high-level name of the database and optionally the input DD name. If the input DD name is not specified, a DD name of REPORT is used.

STEPLIB DD

Identifies the load library that contains RMODSC and required user exits.

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

SYSPRINT DD

Identifies the sequential output data set (typically the SYSOUT) to which control statements and messages are to be sent.

If you do not specify a SYSOUT data set, specify DCB=BLKSIZE=nnn, where nnn represents a number that is a multiple of 133.

SYSIN DD

Specifies the name of the card image data set where the control statements you want to input are located.

input DD

Specifies a sequential input file containing the report data to be collected by CA Deliver.

The input file must be a physical sequential data set (DSORG=PS) that contains fixed, variable, or undefined records. Define the input file with machine or ASA carriage control characters for stacked or control report processing.

The name of the DD statement that is to be collected is designated in the PARM field and/or on the COLLECT control statement.