The CICSplex File Control Analysis Task attribute group provides status information about the VSAM data sets allocated to the CICS region. You can use this to determine the number of tasks that are waiting to access VSAM data sets because of a shortage of either buffers or strings.
CICS Region Name Indicates the job name or modify ID of the CICS region being monitored. Each CICS region in a z/OS operating system has a unique name. This name is an alphanumeric string, with a maximum of eight characters, and case-sensitive. CICS region names are always in uppercase characters.
Number of Tasks with Buffer Waits Indicates the number of tasks that are waiting on buffers for VSAM files. If there are multiple buffer waits, you can allocate more buffers. The value format is a positive integer of maximum 4 bytes.
Number of Tasks with String Waits Indicates the number of tasks that are waiting on strings for VSAM files. If there are multiple string waits, you can allocate more strings. The value format is a positive integer of maximum 4 bytes.
Origin Node Is the combination of z/OS System ID (SMFID) and CICS region name. The value format is an alphanumeric string, maximum 32 characters, that is case-sensitive.
When a situation is true, the system compares the origin node name in the attribute to the names of managed systems assigned to the item. If the origin node name matches the name of a managed system, the status of the item changes accordingly. If the names of the origin node and the managed systems do not match, the status of the item remains unchanged.
RLS Enabled Indicates whether CICS is registered with the SMS VSAM control ACB. Values are: Yes and No
System ID Indicates the 4-character name that uniquely identifies an active z/OS operating system within a given CICSplex. The value format is an alphanumeric string, maximum 4 characters, and case-sensitive. z/OS System IDs are always in uppercase characters.