gtpi1m30 | System Installation Support Reference |
The continuous data collection information storage user exit, CDCB, allows
you to store user data into tables that were previously defined by using the
continuous data collection table creation user exit, CDCA.
CDCB is called during the processing of the ZCDCO command with the START
parameter specified. CDCB runs immediately after system data collection
is completed.
Input
The variables that are passed in CDCB are:
- CDC_KEY
- A pointer to a 9-character string that corresponds to the 8-character
representation of the CPU ID plus the null character.
- CDC_TIME
- A pointer to a 27-character string that corresponds to a structured query
language (SQL) time stamp.
Programming Considerations
- You must store CDC_KEY and CDC_TIME into each record to relate the data in
that record with the data collected by the TPF system.
- You can store any data that is collected in the tables defined with
CDCA.
- CDCB must be returned to the caller in the same state that it was on
entry.
Return Values
None.