DWW500I

RCDS RCDS_name (dsname)IS status. [DYNALLOC RETURN CODE (HEX): dynrc] [DYNALLOC ERROR REASON CODE (HEX): dynerrrsn] [DYNALLOC INFORMATION REASON CODE (HEX): dyninforsn] [ABEND SYSTEM COMPLETION CODE (HEX): abendsystemcc] [ABEND USER COMPLETION CODE (HEX): abendusercc] [ABEND REASON CODE (HEX): abendrsn] [DIV RETURN CODE (HEX): divrc] [DIV REASON CODE (HEX): divrsn]

Explanation

CICS VR detected that the status of the RCDS has changed.

In the message text:
RCDS_name The RCDS identifier (DWWCONn).
dsname The data set name of the RCDS
status The status of the RCDS.
dynrc The DYNALLOC return code.
dynerrrsn The DYNALLOC error reason code.
dyninforsn The DYNALLOC information reason code.
abendsystemcc The system completion code in case of an abend.
abendusercc The user completion code in case of an abend.
abendrsn The reason code in case of an abend.
divrc The DIV return code.
divrsn The DIV reason code.
The following is the list of possible RCDS statuses:

               IN USE

               OUT OF SET

               INACCESSIBLE

               BROKEN

               FULL
               INDELIBLE

               UNKNOWN
            

System action

The system continues processing.

Operator response

Take the following action based on the RCDS status:

STATUS
ACTION
IN USE
No maintenance action is required.
OUT OF SET
You can define a new RCDS and then issue the VARY operator command to allocate the new RCDS to the CICS VR server address space.
INACCESSIBLE
Examine the DYNALLOC diagnostic data and respond as required. For an explanation of the DYNALLOC diagnostic data, see z/OS MVS Programming: Authorized Assembler Services Guide.
INDELIBLE
Examine the DYNALLOC diagnostic data and respond as required. For an explanation of the DYNALLOC diagnostic data, see z/OS MVS Programming: Authorized Assembler Services Guide.
BROKEN
The CICS VR server address space will try to deallocate the RCDS. Then, you can examine the DIV diagnostic data and provide any required maintenance of the RCDS. For an explanation of the DIV diagnostic data, see z/OS MVS System Codes and z/OS MVS Programming: Authorized Assembler Services Reference.
FULL
The CICS VR server address space will try to deallocate the RCDS. Then, you can examine the DIV diagnostic data and provide any required maintenance of the RCDS. For an explanation of the DIV diagnostic data, see z/OS MVS System Codes and z/OS MVS Programming: Authorized Assembler Services Reference.
UNKNOWN
Contact the IBM Support Center.