Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, seeBMC AMI Ops Monitor for IMS Offline 5.5.

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

  • The first yyddd is the start date in Julian format.
  • The first hhmm, is the start time in hour and minute format.
  • The second yyddd is the stop date in Julian format.
  • The second hhmm, is the stop time in hour and minute format.

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.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView for IMS Offline 5.3