Local mode IDMSLOOK (z/OS)
//EXEC PGM=IDMSLOOK,REGION=1024K //STEPLIB DD DSN=idms.dba.loadlib,DISP=SHR // DD DSN=idms.custom.loadlib,DISP=SHR // DD DISP=idms.cagjload,DISP=SHR //dcmsg DD DSN=idms.sysmsg.ddldcmsg,DISP=SHR //sysjrnl DD DSN=idms.tapejrnl,DISP= //SYSLST DD SYSOUT=A //SYSIDMS DD * Insert SYSIDMS parameters, as required /* //SYSIPT DD * IDMSLOOK input parameters
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 |
|
Copyright © 2014 CA.
All rights reserved.
|
|