Previous Topic: Directory Database LoadNext Topic: Example JCL


How to Use

MUF execution ensures that the MUF is always in control and has knowledge of all information in the CXX (a normal case being a single MUF or MUFplex) to a CXX.

Execute the LOAD function using the following command format:

►►─ LOAD AREA=CXX,DDNAME=d ─┬────────────────────────────┬────────────────────►◄
                            └─ ,DBID=n ─┬──────────────┬─┘
                                        └─ ,NEWDBID=n ─┘

Command

LOAD

Invokes the function to build or restore an area.

Required Keywords

AREA=CXX

Identifies the area to be loaded as the Directory. If the DBID parameter is not specified, the entire Directory is loaded.

,DDNAME=

Specifies the JCL DDname for the input data set.

A DDNAME is not acceptable for sequential input or output files if it is a name reserved for a CA Datacom area. Names with the following patterns are therefore not acceptable for DDNAME=:

Optional Keywords

,DBID=

Identifies the database selected for loading a specific database to the Directory.

Valid Entries:

DATACOM-ID of the database

Default Value:

(No default)

,NEWDBID=

Specifies a new DBID for the data to be loaded.

Note: Do not use this parameter for databases accessed by SQL or CA Dataquery. These products must have the correct DBID to reference additional information from CA Datacom Datadictionary about the production database. If the NEWDBID= parameter is used for a database accessed by CA Ideal, the corresponding ASSIGN DBID or ALTER DBID command must be run before running the application. See CA Ideal documentation for details.

Valid Entries:

Valid DATACOM-ID for a database

Default Value:

(No default)