z/OS JCL:
OLQBNOTE (z/OS)
//NOTIFY EXEC PGM=OLQBNOTE,REGION=1024K //STEPLIB DD DSN=idms.dba.loadlib,DISP=SHR // DD DSN=idms.loadlib,DISP=SHR //sysctl DD DSN=idms.sysctl,DISP=SHR //dcmsg DD DSN=idms.sysmsg.ddldcmsg,DISP=SHR //SYSLST DD SYSOUT=A //SYSIDMS DD * DMCL=dmcl-name Put other SYSIDMS parameters, as appropriate, here /* //SYSIPT DD * USER=$USER MESSAGE='OLQ Batch completed' /* //*
|
idms.dba.loadlib |
Data set name of the load library containing the DMCL and database name table load modules |
|
idms.loadlib |
Data set name of the load library containing the CA IDMS executable modules |
|
sysctl |
DDname of the SYSCTL file |
|
idms.sysctl |
Data set name of the SYSCTL file |
|
dcmsg |
DDname of the system message (DDLDCMSG) area |
|
idms.sysmsg.ddldcmsg |
Data set name of the system message (DDLDCMSG) area |
|
dmcl-name |
Specifies the name of the DMCL load module |
Note: $USER only works when OLQBNOTE is submitted from CA OLQ.
|
Copyright © 2013 CA.
All rights reserved.
|
|