Previous Topic: Feature Implementation GuidelinesNext Topic: GVREPORT Sample Report Construct


JCL Field Descriptions

SMFIN

The data set that contains the SMF records pulled from SMF data using the record type indicated in the SMFID parameter. The value of the SMFID parameter is a user selected value that must be over 127. This field is detailed in the in the section SMFID: Specifying SMF Recording Record ID.

SMFID=129  (Example  only)

SMF records are generated for each VSAM OPEN and CLOSE intercepted by CA Hyper-Buf. This generates a lot of SMF records and should be monitored closely. Once a sufficient record collection has been determined, copy the SMF records from the SYS1.MANx file to a file that can be used by CA Hyper-Buf. Using IBM's IFASMFDP utility is acceptable but any SMF copy utility will function as long as the record format is not altered.

GVRSYSIN

This DD is used to reference the data set that contains the report constructs. Member GVREPORT in the CBS3OPTN library contains seven preset reports.

The SMFXXRTY in the constructs example is the Hex value of the value in the SMFID= statement in the CA Hyper-Buf Constraint Table.

SELECT    SMFXXRTY EQ  X'81' (Example  only)

The X'81' equates to 129. (Example only)