Here is sample z/VSE JCL to execute CA OLQ batch jobs in local mode:
CA OLQ Batch (local mode) (z/VSE)
// JOB OLQLOCAL // DLBL idmslib,'idmslib.library' // EXTENT sysxxx,vvvvvv,,,ssss,tttt // ASSGN sysxxx,DISK,VOL=vvvvvv,SHR // LIBDEF *,SEARCH=CA IDMS load libraries // EXEC PROC=IDMSLBLS // EXEC IDMSBCF,SIZE=1024K DMCL=dmcl-name Put other SYSIDMS parameters, as appropriate, here /* FORMAT FILE SYSLOC.dclscr; /* // EXEC PROC=IDMSLBLS // ASSGN sysxxx,DISK,VOL=vvvvvv,SHR // DLBL userdb.'user.userdb' // EXTENT sysxxx,vvvvvv,,,tttt,llll // EXEC OLQBATCH,SIZE=1024K DMCL=dmcl-name Put other SYSIDMS parameters, as appropriate, here /* Put CA OLQ commands here /*
|
idmslib |
Dtfname of the CA IDMS library |
|
'idmslib.library' |
Data set name of CA IDMS load libraries, as established during installation |
|
sysxxx |
SYS number |
|
vvvvvv |
Volume serial number |
|
ssss |
Starting extent |
|
tttt |
Number of tracts |
|
CA IDMS load libraries |
The CA IDMS load libraries, as established during installation |
|
dclscr |
Dtfname of the local mode system scratch (DDLOCSCR) area |
|
dmcl-name |
Name of the DMCL |
|
dclscr |
Dtfname of the local mode system scratch (DDLOCSCR) area |
|
userdb |
Dtfname of the user database file |
|
user.userdb |
Data set name of the user database file |
|
llll |
|
Note: For more information about the IDMSLBLS procedure, see IDMSLBLS Procedure, later in this chapter.
|
Copyright © 2013 CA.
All rights reserved.
|
|