Previous Topic: Define Destinations and Intervals for SMFLOG RecordsNext Topic: Subparameters Specified In the PARMDD File


Define the Content of the Automation Statistics Report

An EXEC statement in your JCL identifies the program that creates and prints your Automation Statistics Report; this program is OPAME010. The AME lets you tailor your report by specifying variable information for the PARM parameter of the JCL on this EXEC statement. The PARM parameter passes this information to OPAME010 when it executes. You can direct CA OPS/MVS to read parameters from a data set you specify in the PARM parameter itself. For example:

// EXEC PGM=OPAME010,PARM='PARMDD=ddname'

You can use the subparameters specified in the ddname to specify the variable information. These subparameters are not CA OPS/MVS parameters. The sample batch JCL to submit an Automation Statistics Report is in member OPAMERPT of the OPS.CCLXCNTL data set.