Job control statements for PRSREGUT
The following table describes the JCL statements required to execute the PRSREGUT program:
Statement | Function |
|---|---|
JOB | Initiates the job |
EXEC | Specifies the program name of the region analysis process as PGM=PRSREGUT Also specifies the PARM parameters required to define a time period for the report as PARM=’yyddd,hhmm,yyddd,hhmm’
|
STEPLIB DD | Defines the program library (IMF.LOAD) that contains the PRSREGUT program load module |
RESUTIL DD | Defines the IRUF that is used as input for this analysis |
REGUTRPT DD | Defines the print data set for the report |
SYSOUT DD | Defines the output class |
REGSELEC DD | Defines report control statements, which are described in Report-control-statements-for-PRSREGUT If the DSN parameter is used to define a data set, the data set characteristics are RECFM=FB,LRECL=80, and BLKSIZE must be specified explicitly. |
Related topic