Previous Topic: CMS commands (local mode)Next Topic: z/VSE JCL (local mode)


z/VSE JCL (central version)

Here is sample z/VSE JCL to execute CA OLQ batch jobs, when running central version:

CA OLQ Batch (central version) (z/VSE)

// JOB    OLQBATCH
// 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=1048K
  DMCL=dmcl-name
  Put other SYSIDMS parameters, as appropriate, here
/*
  FORMAT FILE SYSLOC.dclscr;
/*
// EXEC   PROC=IDMSLBLS
// EXEC   PROC=sysctl
// EXEC   OLQBATCH,SIZE=1048K
  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

 

dmcl-name

Name of the DMCL

 

dclscr

Dtfname of the local mode system scratch (DDLOCSCR) area

 

sysctl

Dtfname of the SYSCTL file

Note: For more information about the IDMSLBLS procedure, see IDMSLBLS Procedure, later in this chapter.