Threadsafe table

This table contains a list of CICS® commands that are threadsafe in at least one of the supported CICS TS releases. Use the information in this table when reporting which CICS commands used by a program are threadsafe. Load by running job CIUTSLOD in the SCIUSMP2 data set.

CIU_THREADSAFE_CMD
This table stores resource usage information for all resource types for both Web service and program names.
Table 1. The CIU_THREADSAFE_CMD table
Field Name Type Description
COMMAND CHAR(24) The EXEC CICS command name, such as READ, WRITEQ.
Note:
The values in this field match those in the COMMAND field in the CIU_SCAN_DETAIL table or the FUNCTION field in the CIU_CICS_DATA table.
RESOURCE_TYPE CHAR(16) The resource type, such as TS or PROGRAM.
Note:
The values in this field match those in the RESOURCE_TYPE field in the CIU_SCAN_DETAIL table or the TYPE field in the CIU_CICS_DATA table.
CICS_TS22 CHAR(1) Indicates the threadsafe status of the command for CICS TS V2.2. Values are:
Y
command is threadsafe
N
command in non-threadsafe
I
command is indeterminate-threadsafe
blank
not analyzed to allow for table migration
CICS_TS23 CHAR(1) Indicates the threadsafe status of the command for CICS TS V2.3. Values are:
Y
command is threadsafe
N
command in non-threadsafe
I
command is indeterminate-threadsafe
blank
not analyzed to allow for table migration
CICS_TS31 CHAR(1) Indicates the threadsafe status of the command for CICS TS V3.1. Values are:
Y
command is threadsafe
N
command in non-threadsafe
I
command is indeterminate-threadsafe
blank
not analyzed to allow for table migration
CICS_TS32 CHAR(1) Indicates the threadsafe status of the command for CICS TS V3.2. Values are:
Y
command is threadsafe
N
command in non-threadsafe
I
command is indeterminate-threadsafe
blank
not analyzed to allow for table migration
CICS_TS41 CHAR(1) Indicates the threadsafe status of the command for CICS TS V4.1 Values are:
Y
command is threadsafe
N
command in non-threadsafe
I
command is indeterminate-threadsafe
blank
not analyzed to allow for table migration