REPOSITORY section of the DFSDFxxx member

The REPOSITORY section of the DFSDFxxx member specifies the repository types that are to be enabled at IMS. The valid type is: IMSRSC repository, which is used to store the stored resource definitions for DRD resources. The section must begin with the header <SECTION=REPOSITORY>. The REPOSITORY section is valid in DB/DC, DBCTL, and DCCTL environments.

Syntax

Read syntax diagramSkip visual syntax diagramREPOSITORY=(TYPE =IMSRSC)

Parameters

These parameters are applicable only if IMS is enabled with DRD. They are ignored if DRD is not enabled (MODBLKS=OLC or RMENV=N is specified in the Common Service Layer section of the DFSDFxxx member or in the DFSCGxxx member).

REPOSITORY=()

Defines the options for the repository that is used to store definitions for DRD resources.

TYPE=
Specifies the repository type.
The only valid value is IMSRSC. This value indicates the use of the IMS resource definition (IMSRSC) repository. With the IMSRSC repository, members of an IMSplex to use a common repository to store the resources and descriptors for IMS databases, programs, routing codes, and transactions.
The repository can also be enabled dynamically by issuing the UPDATE IMS command.

Example of the REPOSITORY section of the DFSDFxxx member

/******************************************************************/
/* Repository Section                                             */
/******************************************************************/
<SECTION=REPOSITORY>
REPOSITORY=(TYPE=IMSRSC)
/******************************************************************/
/*                                                                */
/******************************************************************/