DC/UCF logs six types of records to the system log file. One of these record types is a statistics record. A statistics record is variable in length and has two parts. The first part contains information such as the date and time. The second part contains statistical data for the 35 types of statistics records. Three DSECTS (documented in the CA IDMS DSECT Reference Guide) define the layout of the statistics records, as follows:
|
DSECT |
Description |
|---|---|
|
#LGRDS |
The log record header DSECT |
|
#STLDS |
The statistics log record header DSECT. DSECT #STLDS redefines 256 bytes of #LGRDS starting at offset X '14' and contains a description of 35 statistics record subtypes. |
|
#STRDS |
The statistics record DSECT (#STRDS). #STRDS describes the layout of the statistics in the log record. |
|
#HSTDS
|
The histogram record DSECT (#HSTDS). #HSTDS describes the layout of histogram data in the log record. Histogram log records are variable length. The DSECT redefines 244 bytes of #STLDS starting at offset X '0C'. |
Note: Each of these DSECTs is presented in the CA IDMS DSECT Reference Guide.
|
Copyright © 2013 CA.
All rights reserved.
|
|