There are some factors that you must consider regarding both the CICS® system data sets and the user application data sets when you are running CICS with XRF. These considerations are about the type of data set sharing that takes place between the active and the alternate CICS regions, and about data set allocation and disposition.
Even if you intend to run CICS with XRF=NO to begin with, you are advised to think about data set dispositions with XRF from the start.
Consider the following general points when running CICS in an XRF environment:
It follows that the status and location of the data sets used by CICS become very important. In particular, consider the following points:
The allocation of data sets, and how you specify the DISP parameter, are important factors when running CICS with XRF. The point at which data sets are allocated, and whether they are shared between active and alternate CICS regions must be considered. A shared data set, in XRF terms, means one that is required by both the active and alternate CICS regions, though not necessarily concurrently. (The DD statements refer to the same data set.) In an XRF environment, CICS classifies data sets as follows:
Actively shared data sets are required for use in both the active and alternate CICS regions. There are only two CICS system data sets in this category, called the CICS availability manager (CAVM) data sets. The active and the alternate CICS regions each open these data sets during CICS initialization, and the data sets are shared while both CICS regions are running. They are:
It is not usual for user application data sets to be actively shared.
These data sets are required by both the active and alternate CICS regions, but not at the same time. Initially, they are opened by the active CICS region, and are only opened by the alternate CICS region during or following takeover. Thus in an XRF environment, passively shared data sets are said to be "owned" by the active CICS region. The CICS system data sets in this category are the:
User data sets managed by CICS file control, and DL/I data sets, are also passively shared.
These data sets are unique to either the active or the alternate CICS region, and are not shared in any way. The CICS system data sets in this category are:
User application data sets are not usually unique.
If you define data sets to CICS and MVS using DD statements, they are allocated at job step initiation. This means that the value coded for the DISP parameter is critical for all shared data sets. However, if you are using dynamic allocation, the alternate CICS region does not allocate any data sets dynamically before takeover occurs.
If this risk proves unacceptable for BDAM and VSAM user files and for DL/I databases, then consider using dynamic allocation with DISP=OLD. Alternatively, this exposure can be reduced by using RACF® protection, which can be applied to both user and system data sets.
For more information about sharing the CSD, see Sharing a CSD in a multi-MVS environment (non-RLS).
[[ Contents Previous Page | Next Page Index ]]