To execute NDVRMISB in local mode:
//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
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.
|
Copyright © 2013 CA.
All rights reserved.
|
|