In this section: |
You can toggle between the XMI server and DBCTL environments by allocating the appropriate data sets and issuing the relevant SET commands. For more information about SET commands, see Implementing DBCTL.
If you want to switch from the XMI server environment to the DBCTL environment, you must do the following:
From |
Allocation |
---|---|
The CLIST that invokes FOCUS |
ALLOC F(FOCPSB) DA('prefix.FOCPSB.DATA') SHR REUSE |
A FOCUS session |
{MVS|TSO} ALLOC F(FOCPSB) DA('prefix.FOCPSB.DATA')SHR REU or DYNAM ALLOC FILE FOCPSB DATASET prefix.FOCPSB.DATA SHR |
Batch FOCUS JCL |
//FOCPSB DD DSN=prefix.FOCPSB.DATA,DISP=SHR |
ENGINE IMS SET IMSPZP nn
where:
Is the suffix for the DRA Startup Table, chosen during installation (see Installation Instructions).
ENGINE IMS SET DBCTL ON
If you want to switch from the DBCTL environment to the XMI server environment, you must do the following:
ENGINE IMS SET DBCTL OFF
The adapter has the ability to read IMS data in several different environments. The adapter also supports non-stop processing. This feature gives the adapter the ability to switch the access mode transparently so that reporting from IMS will continue even when one environment is not accessible. DBCTL must be installed to take advantage of this feature.
This feature works in a batch environment.
Below is a diagram that explains how this feature works.
This feature can be configured on a user by user basis using the user profile.
Note:
SET IMSNONSTOP=ON
ENGINE IMS SET NONSTOP ON
Information Builders |