Previous Topic: RMOJCL - Automatic Database Construction From JCLNext Topic: Job Control Statements


Syntax

jobname-Rnn

where:

jobname

Specifies the name of the job containing the SYSOUT data set.

Rnn

Specifies a numeric sequence number within the job starting with 01 and incremented by 1.

Note: When nn exceeds 99, R is omitted from the report identifier; when n exceeds 999, the dash (-) is omitted.

For example, the first SYSOUT DD statement for job S27P35 would be assigned a report identifier of S27P35-R01, the second DD statement for the job would be assigned a report identifier of S27P35-R02, and so on.

The report type that is assigned is monitored data output.

User exit RMOJCLUX is available to review and/or modify the data before its being added to the database. For example, if you want a different format for the report identifiers, you could apply a different format through the user exit. For more information, see the chapter "User Exits" in the Programming Guide.

Note: The job JCL and associated cataloged procedures are assumed free of errors. As such, no indication is given when an error condition is encountered. For example, if the utility is unable to find a cataloged procedure, the utility continues with the next input JCL statement as if no error had occurred.