Previous Topic: CA IDMS Central Version Batch JCLNext Topic: CA Endevor/DB Batch Reserved Words


Local Mode JCL

To execute NDVRMISB in local mode:

  1. Remove the SYSCTL statement.
  2. Replace with the following statements:
           //CDB1     DD  DSN=your.dbcdb1.dataset.name,DISP=OLD
    
           //CDB2     DD  DSN=your.dbcdb2.dataset.name,DISP=OLD
    
           //CDB3     DD  DSN=your.dbcdb3.dataset.name,DISP=OLD
    
           //SYSJRNL DD DSN=your.idms.journal(+1),DISP=(NEW,CATLG,CATLG),
    //             UNIT=TAPE
    
  3. Increase the region size value as needed to accommodate standard CA IDMS local mode overhead.

Note: When running in local mode, ensure that the CCDB is restored following an abend. For this reason, it is highly recommended that CA IDMS Central Version mode be used whenever possible.

The following table describes the substitution parameters above.

Field

Description

your.dbcdb1.dataset.name

Dataset name for CA Endevor/DB CCDB ADM area

your.dbcdb2.dataset.name

Dataset name for CA Endevor/DB CCDB LOG area

your.dbcdb3.dataset.name

Dataset name for CA Endevor/DB CCDB PAK area

your.idms.journal

Dataset name of the CA IDMS/DB journal file

Note: If your DMCL has been defined with dynamic dataset allocation for the CDB1, CDB2, and CDB3 files, the DD statements may be omitted from your local mode JCL.