CMDFLOW_ID |
CHAR(08) |
Name of the command flow trace. |
TRACE_ID  |
CHAR(16)  |
Unique Command Flow run ID.  |
APPLID |
CHAR(8) |
CICS® region
APPLID. |
SYSID |
CHAR(4) |
SYSID of local region. |
TRANSID |
CHAR(4) |
CICS transaction
ID. |
TASKID |
CHAR(4) |
The transaction task ID, from which the command
is invoked. |
DISTRIBUTED_UOW |
CHAR(27) |
Distributed (Network) unit of work for task
(the value of this field is the distributed UOW value 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
invoking the command. |
OFFSET |
CHAR(8) |
The offset of the command from the start of
the program. |
FUNCTION |
CHAR(24) |
Command name. |
TYPE |
CHAR(16) |
Resource type. |
FUNCTION_TYPE |
CHAR(8) |
The type of command, DB2®, DLI, 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_DESC |
CHAR(32) |
The description of the command (if known). |
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. |
PREV_TCBMODE |
CHAR(2) |
The TCB Mode value 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 invoked before a TCB mode switch
- N
- Not the last command invoked 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 invoked after a TCB mode switch
- N
- Not the last command invoked after a TCB mode switch
|
CICS_VERSION |
CHAR(4) |
The version of CICS from
which the data is recorded. |
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. |