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:
Indicates the ddname to which the OPAME010 writes.
Syntax:
REPORTDD={SYSPRINT|ddname}
OPAME010 writes to SYSPRINT.
OPAME010 writes to the ddname you specify in place of the variable ddname.
Default: REPORTDD=SYSPRINT
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
Filters out data older than a date you specify.
Syntax:
FROMDATE={yyyy.ddd|yyyy/mm/dd|nnn}
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.
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.
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.
Filters out data newer than a date you specify.
Syntax:
TODATE={yyyy.ddd|yyyy/mm/dd|nnn}
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.
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.
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.
Filters out data older than a time you specify.
Syntax:
FROMTIME=(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)
Filters out data newer than a time you specify.
Syntax:
TOTIME=(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)
Specifies the SMF record accumulation buffer size in megabytes. The buffer is allocated from extended private virtual storage.
Syntax:
RECMEGS=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
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}
Indicates you want OPAME010 to process only event records.
Indicates you want OPAME010 to process only summary records.
Default: RECTYPE=EVENT
Filters out data so that only those SMF records from systems you specify are included in the report.
Syntax:
SMFID={ALL|(smfids)}
Includes SMF records from all systems in the report.
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
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
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.
Filters out data so that only the SMF records from subsystems that you specify are included in the report.
Syntax:
SSNM={ALL|(ssnms)}
Includes SMF records from all subsystems in the report.
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
Indicates the maximum width of the Automation Statistics Report.
Syntax:
WIDTH={80|132}
Prints the report with a width of 80 characters.
Reports the report with a width of 132 characters.
Default: WIDTH=132
Indicates whether you want CA OPS/MVS to create an Automation Statistics Report.
Syntax:
OPSSTATS={NO|(YES,[values])}
Specifies that CA OPS/MVS will not create a report of statistical data.
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
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |