Previous Topic: DB2 Plans and PackagesNext Topic: Module Format for Programs and Panels


CA Ideal and CA IPC Libraries

ADRPNL is used to hold the updatable SET SITE values for CA Ideal and
CA IPC. A separate instance of this library is therefore needed for each environment where different settings are used. These include the PSS settings, so ADROUT and ADRPNL must be considered a pair for sharing purposes.

ADRLIB contains user jobcards; IDDAT contains all other user-related members. IDDVW contains all dataview information, so it too is specific to a dictionary. These three libraries should be kept with their related dictionaries for sharing.

CUSLIBs or VSE sub-libraries will also hold the assembled static options:

@IIDOPTS

The CA Ideal options. This includes such settings as whether to use load modules (typically NO for development regions and YES for production) which may differ between regions accessing the same dictionary.

@IIDSYSF

The batch file table. May differ between regions.

SC00TRAN, SCASTRAN, SCWBTRAN

Transaction tables for terminal, asynchronous, and Web applications. There is typically one for each CICS region.

SC00OPTS

The SCF options. Contains QCODE and other potentially region-specific settings. Multiple instances of this module will use the same QCODE value if the regions access the same dictionary.

@ILMLIST and @ILMTxxx

The list of application module tables and the tables themselves. These options are region-specific.