The HDB(LOAD...) operand requests CICS PA to load
CMF performance data from SMF data sets into an HDB.
The command format is:
CICSPA HDB(LOAD(hdbname),
[OUTPUT(ddname)])
The options are:
- LOAD
- Specifies the name of the HDB to be loaded. The HDB must be defined
in the HDB Register (DDname CPAHDBRG).
- OUTPUT
- Recap report output file name. CICS PA records
the results of the Load operation in this File. If not specified, CICS PA assigns
a DDname of HDBLnnnn where nnnn is the numerical sequence number 0001-9999.
Note: LOAD ignores any additional HDB request operands, including
FIELDS and SELECT. Load processing uses:
- The Template to determine which fields are contained in the HDB.
It does not use the FIELDS operand.
- Selection Criteria specified in the HDB definition and its Template.
It does not use the SELECT operand.