Previous Topic: z/OS JCLNext Topic: z/VM commands


z/VSE JCL

// LIBDEF *Sample z/VSE JCL for Central Version

ADSOBCOM (z/VSE)

// UPSI b          if specified in ADSOOPTI module 
// DLBL     userlib
// EXTENT   ,nnnnnn
// LIBDEF   *.SEARCH=idmslib.sublib
// DLBL    dclscr,,'cdms.dcllscr',,DA
// EXTENT sys014,nnnnnn
// ASSGN   sys014,DISK,VOL=nnnnnn,SHR
// EXEC    ADSOBCOM
control statements 
SYSIDMS parameters

b

appropriate 1- to 8-character UPSI bit switch, as specified in the IDMSOPTI module

cdms.dclscr

file-id of the local scratch area

dclscr

filename of the local scratch area (if one is specified in the DMCL, otherwise not required)

sys014

logical unit assignment for the local scratch area (if one is specified in the DMCL, otherwise not required)

nnnnnn

volume serial number of the library

userlib

filename of the CA IDMS library

idmslib.sublib

file-id of the CA IDMS sublibrary

SYSIDMS parameters

A list of SYSIDMS parameters for this job

Note: For more information about SYSIDMS parameters, see the CA IDMS Database Administration.

Sample z/VSE JCL for Local Mode

To execute ADSOBCOM in local mode, perform the following steps:

  1. Remove the UPSI specification.
  2. Add the following statements before the EXEC statement:
    // DLBL    dictdb,'idms.appldict.ddldml',,DA
    // EXTENT  sys015,nnnnnn
    // ASSGN   sys015,DISK,VOL=nnnnnn,SHR
    // DLBL    dloddb,'idms.appldict.ddldclod',,DA
    // EXTENT  sys017,nnnnnn
    // ASSGN   sys017,DISK,VOL=nnnnnn,SHR
    // DLBL    dmsgdb,'idms.sysmsg.ddldcmsg',,DA
    // EXTENT  sys016,nnnnnn
    // ASSGN   sys016,DISK,VOL=nnnnnn,SHR
    // TLBL    sys009,'idms.tapejrnl',,nnnnnn,,f
    // ASSGN   sys009,TAPE,VOL=nnnnnn
    

idms.appldict.ddldml

file-id of the data dictionary DDLDML area

idms.appldict.ddldclod

file-id of the data dictionary load area

idms.sysmsg.ddldcmsg

file-id of the data dictionary message area

idms.tapejrnl

file-id of the tape journal file

dictdb

filename of the data dictionary DDLDML area

dloddb

filename of the data dictionary load area (DDLDCLOD)

dmsgdb

filename of the data dictionary message area (DDLDVM/ESAG)

f

file number of the tape journal file

nnnnnn

volume serial number

sys009

logical unit assignment for the tape journal file

sys015

logical unit assignment for the data dictionary DDLDML area

sys016

logical unit assignment for the data dictionary message area

sys017

logical unit assignment for the data dictionary load area