Local mode IDMSDIRL (z/OS)
//DIRL EXEC PGM=IDMSDIRL,REGION=512K //STEPLIB DD DSN=idms.dba.loadlib,DISP=SHR // DD DSN=idms.custom.loadlib,DISP=SHR // DD DSN=idms.cagjload,DISP=SHR //sysjrnl DD DSN=idms.tapejrnl,DISP=(NEW,KEEP), // UNIT=tape //dictdb DD DSN=idms.dictdb,DISP=SHR //SYSLST DD SYSOUT=A //SYS001 DD DSN=idms.dirldata,DISP=(OLD,PASS),UNIT=tapein //SYSIPT DD *
Note: Additional file assignments may be needed for the user catalog and the system dictionary depending on your security implementation.
|
idms.dba.loadlib |
Data set name of the load library containing the DMCL and database name table load modules |
|
idms.custom.loadlib |
Data set name of the CA IDMS/DB load library containing customized load modules |
|
idms.cagjload |
Data set name of the CA IDMS/DB load library containing vanilla load modules |
|
sysjrnl |
DDname of the tape journal file |
|
idms.tapejrnl |
Data set name of the tape journal file |
|
tape |
Symbolic device name of the tape journal file |
|
dictdb |
DDname of the data dictionary file |
|
idms.dictdb |
Data set name of the data dictionary file |
|
idms.dirldata |
Data set name of the IDMSDIRL input file (on the installation media) |
|
tapein |
Symbolic device name of the IDMSDIRL input file |
Central version
To execute IDMSDIRL under the central version, modify the JCL shown previously as follows:
//SYSCTL DD DSN=idms.sysctl,DISP=SHR
|
idms.sysctl |
Data set name of the SYSCTL file |
Note: An IDMSOPTI module link edited with IDMSDIRL can be used in place of or in addition to the SYSCTL file.
|
Copyright © 2014 CA.
All rights reserved.
|
|