The SYSVCDEF macro provides common definitions for global variables that various utility macros and subroutines use. SYSVCDEF includes the SMF record definitions needed by the canned reports. Invoke it as the first noncomment statement in the CA Easytrieve program.
The SYSVCDEF macro supports the following keyword parameters:
Determines the length of each reporting interval. The SELECT-BY-TIME subroutine of the SYSVPROC macro uses this parameter to set the TSTAMP value for each SMF record. For most reports, SMF data is aggregated for each reporting interval. Specify one of the following:
Reporting interval is n days.
Reporting interval is one month.
Reporting interval is n hours.
Reporting interval is n minutes.
Set the TSTAMP value for each SMF record set to the actual timestamp, without adjustment. In practice, this value prevents data aggregation.
Default: DAY
Determines the starting timestamp for SMF record selection. The SELECT-PROC subroutine uses this value to exclude SMF records which have timestamps earlier than the provided value. The timestamp is specified as YYYY/MM/DD-HH:MM.
Default: ALL, which allows all records to be selected.
Indicates the name of the product that produced the SMF records. This name is used to filter the SMF records. Typically, the SEGMENT specification automatically sets this value.
Default: Null string, ''
Specifies the SMF record subtype that contains the desired data. Typically, the SEGMENT specification automatically sets this value.
Default: 0
Specifies the SMF record type for the SYSVIEW IMS records. The SEGMENT specification automatically sets this value when SEGMENT is the name of a section in a standard MVS or RMF record.
Default: 255
Indicates the name of the primary data segment type to extract. SEGMENT is used to:
Default: Null string, ''
Determines the time range for selecting data. The SELECT-PROC subroutine uses SHIFT to exclude SMF records that do not fall within the specified time range. The range is specified as h1:m1 h2:m2.
Default: 00:00 24:00
Indicates the name of the subsystem that produced the SMF records. SUBSYS is used to filter the SMF records. Typically, SUBSYS is set automatically from the SEGMENT specification.
Default: Null string, ''
Determines the ending timestamp for SMF record selection. The SELECT-PROC subroutine uses TO to exclude SMF records that have timestamps later than the provided value. The timestamp is specified as YYYY/MM/DD-HH:MM.
Default: ALL, which allows all records to be selected.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |