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