SAS report fields
The following table describes the columnar data shown in the SAS sample reports in this section:
Field | Description |
|---|---|
CICS REGION | Name of the CICS region associated with the data |
RUN DATE | Gregorian date associated with the data, in yyyy/mm/dd format |
TRAN CODE | Transaction identification of the CICS task |
PROGRAM NAME | Name of the program associated with the data |
TERM ID | Terminal identifier |
NETNAME VTAM | Symbolic node name |
USER ID | Identification of the CICS user |
FILE NAME | Name of the file |
RUN TIME | Task termination time associated with the data, in hh:mm:ss format |
ABEND CODE | Abend code of an abended transaction |
TRAN COUNT | Number of executed transactions |
AVERAGE CPU REAL | Average amount of real CPU time used by each transaction (in seconds) |
AVG FILE WAIT TIME | Average time waiting for files during this transaction (in seconds) |
AVG FILE CALLS | Average number of file calls for each transaction |
AVG DB WAIT TIME | Average amount of wait time to access a database for each transaction |
AVG DB CALLS | Average number of database calls per transaction |
AVERAGE STRG HWM | Average storage high-water mark during this time interval |
STORAGE OCCUPANCY | Average storage usage in kilobytes A value of 1 is equivalent to 250 bytes held for .25 seconds. This value can be used to evaluate the impact on available storage caused by a transaction. |
AVG PROG STRG HWM | Average program storage high-water mark for all transactions |
Related topic