TRACE_ID |
CHAR(16) |
Unique Command Flow run ID. |
CMDFLOW_ID |
CHAR(08) |
Name of the command flow trace. |
APPLID |
CHAR(8) |
CICS® region
APPLID. |
SYSID |
CHAR(4) |
SYSID of local region. |
APP_NAME |
CHAR(64) |
Application name |
APP_VER1 |
INTEGER |
Major version number |
APP_VER2 |
INTEGER |
Minor version number |
APP_VER3 |
INTEGER |
Micro version number |
APP_OPER |
CHAR(64) |
The operation that is associated with the task |
TRANSID |
CHAR(4) |
CICS transaction
ID. |
TASKID |
CHAR(4) |
The transaction task ID, from which the command
is started. |
DISTRIBUTED_UOW |
CHAR(27) |
Distributed (Network) unit of work for task
(the value of this field is the distributed UOW value that is recorded
in the start of task). |
CICS_UOW |
CHAR(8) |
CICS unit
of work for task. |
USERID |
CHAR(8) |
The CICS user
ID of the transaction. |
CONCURRENCY |
CHAR(10) |
Threadsafe. Quasirent. The value of this field
is determined from the first program started for the transaction. |
API |
CHAR(8) |
CICSAPI; OPENAPI. The value of this field is
determined from the first program started for the transaction. |
"PROGRAM" |
CHAR(8) |
The name of the CICS program
that starts the command. |
OFFSET |
CHAR(8) |
The offset of the command from the start of
the program. |
FUNCTION_TYPE |
CHAR(8) |
The type of command, DB2®, DLI, WebSphere MQ, CICS, or the name of the TRUE exit if the type
of command cannot be determined. |
FUNCTION_ID |
CHAR(4) |
The function ID of the command. |
FUNCTION |
CHAR(24) |
Command name. |
TYPE |
CHAR(16) |
Resource type. |
RESOURCE_NAME |
CHAR(32) |
The name of the resource the command is acting
upon (if known). |
TCBMODE |
CHAR(2) |
The TCB Mode value at the time the command is
processed. |
FUNCTION_DESC |
CHAR(32) |
The description of the command (if known). |
PREV_TCBMODE |
CHAR(2) |
The TCB Mode value that is recorded for the
previous command. The value of this field is determined by the batch DB2 table upload program. |
BEFORE_MODESWITCH |
CHAR(1) |
This field is determined by comparing the TCB
mode of this command to the following command. The value is determined
by the batch DB2 upload program.- Y
- Last Command that is started before a TCB mode switch
- N
- Not the last command that is started before a TCB mode switch
|
AFTER_MODESWITCH |
CHAR(1) |
This field is determined by comparing the TCB
mode of this command to the previous command. The value is determined
by the batch DB2 upload program.- Y
- Last Command that is started after a TCB mode switch
- N
- Not the last command that is started after a TCB mode switch
|
TCB_SWITCH_BEFORE _COUNT |
INTEGER |
Number of TCB mode switches from task start
to start of execution of current EXEC CICS command. |
TCB_SWITCH_AFTER _COUNT |
INTEGER |
Number of TCB mode switches from task start
to end of execution of current EXEC CICS command. |
CICS_VERSION |
CHAR(4) |
The version of CICS from
which the data is recorded. |
CMD_TCB_CPUTIME _BEFORE  |
CHAR(16)  |
The processor time during which the user task
was dispatched by the CICS dispatcher domain, recorded before the
current CICS command started.  |
CMD_TCB_CPUTIME _AFTER  |
CHAR(16)  |
The processor time during which the user task
was dispatched by the CICS dispatcher domain, recorded after the current
CICS command ended.  |
CMD_TIME_LOCAL |
TIMESTAMP |
Time the command was issued, in the local time
format. |
CMD_EIBRESP |
CHAR(08) |
The response code is EIBRESP. |
CMD_EIBRESP2 |
CHAR(08) |
The response code is EIBRESP2. |
CMD_EIDARG0_DATA |
CHAR(56) |
The Argument zero value of EXEC CICS command, in alphanumeric form. |
CMD_USER_DAT1 |
CHAR(48) |
User data 1 provided by the Command Flow User
Exit program. |
CMD_USER_DAT2 |
CHAR(48) |
User data 2 provided by the Command Flow User
Exit program. |
CMD_USER_DAT3 |
CHAR(48) |
User data 3 provided by the Command Flow User
Exit program. |