Previous Topic: Define the Content of the Automation Statistics ReportNext Topic: Values You Can Specify for the OPSSTATS Subparameter


Subparameters Specified In the PARMDD File

The PARMDD itself is specified in the PARM field shown in the example above. If PARMDD is not specified, the defaults are taken for the report.

You can specify the following subparameters on the PARMDD file:

REPORTDD

Indicates the ddname to which the OPAME010 writes.

Syntax:

REPORTDD={SYSPRINT|ddname}
SYSPRINT

OPAME010 writes to SYSPRINT.

ddname

OPAME010 writes to the ddname you specify in place of the variable ddname.

Default: REPORTDD=SYSPRINT

LINECNT

Indicates the number of lines per page of the report.

Syntax:

LINECNT=nn

nn

Indicates the number of lines you want per page; if you specify LINECNT=0, CA OPS/MVS issues the titles only once.

Default: LINECNT=60

FROMDATE

Filters out data older than a date you specify.

Syntax:

FROMDATE={yyyy.ddd|yyyy/mm/dd|nnn}
yyyy.ddd

Indicates the cutoff date for data to appear on the report. Data older than the date you specify instead of yyyy.ddd will not appear.

yyyy/mm/dd

Indicates the cutoff date for data to appear on the report. Data older than the date you specify instead of yyyy/mm/dd will not appear.

nnn

Specifies a value to indicate the data cutoff date. For example, 0 is today, -1 is yesterday, and so on.

Default: Data from any date not greater than the value for TODATE appears. If you do not specify TODATE, data from all dates appears.

TODATE

Filters out data newer than a date you specify.

Syntax:

TODATE={yyyy.ddd|yyyy/mm/dd|nnn}
yyyy.ddd

Indicates the cutoff date for data to appear on the report. Data newer than the date you specify instead of yyyy.ddd will not appear.

yyyy/mm/dd

Indicates the cutoff date for data to appear on the report. Data newer than the date you specify instead of yyyy/mm/dd will not appear.

nnn

In place of nnn, specify a value to indicate the data cutoff date. For example, 0 is today, -1 is yesterday, and so on.

Default: Data from any date not less than FROMDATE appears on the report.

FROMTIME

Filters out data older than a time you specify.

Syntax:

FROMTIME=(hh:mm)
hh:mm

Indicates the cutoff time for data to appear on the report. Data older than the time you specify instead of hh:mm will not appear.

Default: FROMTIME=(00:00)

TOTIME

Filters out data newer than a time you specify.

Syntax:

TOTIME=(hh:mm)
hh:mm

Indicates the cutoff time for data to appear on the report. Data newer than the time you specify instead of hh:mm will not appear.

Default: TOTIME=(24:00)

RECMEGS

Specifies the SMF record accumulation buffer size in megabytes. The buffer is allocated from extended private virtual storage.

Syntax:

RECMEGS=nnn
nnn

Indicates the number of megabytes allocated for the SMF record accumulation buffer. You can specify a number from 1 to 100.

Default: RECMEGS=3

RECTYPE

Because the same data is collected in both event and summary records, you must tell the OPAME010 program to process only event records or only summary records for a given pass. Use the RECTYPE subparameter to indicate which type of records you want OPAME010 to process.

Syntax:

RECTYPE={EVENT|SUMMARY}
EVENT

Indicates you want OPAME010 to process only event records.

SUMMARY

Indicates you want OPAME010 to process only summary records.

Default: RECTYPE=EVENT

SMFID

Filters out data so that only those SMF records from systems you specify are included in the report.

Syntax:

SMFID={ALL|(smfids)}
ALL

Includes SMF records from all systems in the report.

smfids

Indicates that you do not want data from SMF records of all systems to be included in the report. SMF records from only those systems you specify will be included.

Default: SMFID=ALL

SMFTYPE

Specifies the SMF record type of the CA OPS/MVS SMF records to distinguish them from other records sent to the SMF data set. This subparameter should always match the SMFRECORDNUMBER parameter.

Syntax:

SMFTYPE=nnn
nnn

Indicates the number you want to assign to the SMF record. You can specify a number from 128 to 255.

Default: There is no default for this subparameter.

SSNM

Filters out data so that only the SMF records from subsystems that you specify are included in the report.

Syntax:

SSNM={ALL|(ssnms)}
ALL

Includes SMF records from all subsystems in the report.

ssnms

Indicates that you do not want data from SMF records of all subsystems to be included in the report. SMF records from only those subsystems you specify will be included.

Default: SSNM=ALL

WIDTH

Indicates the maximum width of the Automation Statistics Report.

Syntax:

WIDTH={80|132}
80

Prints the report with a width of 80 characters.

132

Reports the report with a width of 132 characters.

Default: WIDTH=132

OPSSTATS

Indicates whether you want CA OPS/MVS to create an Automation Statistics Report.

Syntax:

OPSSTATS={NO|(YES,[values])}
NO

Specifies that CA OPS/MVS will not create a report of statistical data.

YES

Specifies that CA OPS/MVS creates a report of statistical data. If you specify OPSSTATS=YES, there are additional values that you can specify; for a list of these values, see the table on the following page.

Note: These additional values are optional and will default if not specified.

Default: OPSSTATS=NO