Defining a CICS® VR RCDS prefix
The CICS® VR recovery control data sets (RCDSs) are three linear VSAM data sets used by CICS® VR as a data repository. Necessary recovery information is both written to and read from the RCDSs by various CICS® VR processes.
The RCDSs must be created prior to activating the CICS® VR server address space, using a predefined naming convention. During activation of the CICS® VR server address space, CICS® VR attempts to allocate the previously created RCDSs to the DWWCON1, DWWCON2, and DWWCON3 ddnames using the predefined naming convention. The first level qualifier, and optional second level qualifier, of the RCDS naming convention used by CICS® VR is taken from the value specified in the CICSVR_RCDS_PREFIX parameter.
- CICSVR_RCDS_PREFIX(hlq.slq)
- Where hlq.slq specifies the first level qualifier, and optional second level qualifier that CICS® VR must use in the
naming convention for the DWWCON1, DWWCON2, and DWWCON3 recovery control data sets. The specified
qualifiers must follow MVS™ data set naming conventions. DWW is the default value. The maximum length of this
parameter is 17 characters, allowing for up to 8 characters per qualifier with a single period
delimiter. For more information refer to Data Set Names in z/OS DFSMS Using Data Sets.
See Understanding the recovery control data sets (RCDSs) for more information.