Previous Topic: z/VSE JCLNext Topic: ADSOBSYS


z/VM commands

Sample z/VM commands for Central Version

ADSOBCOM (z/VM)

FILEDEF SYSLST PRINTER
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK bgen input a
GLOBAL LOADLIB idmslib
OSRUN ADSOBCOM

sysidms input a

filename, filetype, and filemode of the file containing the SYSIDMS input parameters

bgen input a

file identifier of the file containing ADSOBCOM source statements

idmslib

filename of the CA IDMS LOADLIB library

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

Sample z/VM commands for Local Mode

To execute ADSOBCOM in local mode, add the following commands before the OSRUN command:

FILEDEF sysjrnl TAP1 SL VOLID nnnnnn (RECFM VB LRECL 111 BLKSIZE bbb
FILEDEF dictdb DISK dictdb dictfile d (RECFM F LRECL ppp BLKSIZE ppp XTENT nnn
FILEDEF dloddb DISK dloddb dictfile f (RECFM F LRECL ppp BLKSIZE ppp XTENT nnn
FILEDEF dmsgdb DISK dmsgdb dictfile e (RECFM F LRECL ppp BLKSIZE ppp XTENT nnn

bbb

block size of the tape journal file

dictdb

ddname of the data dictionary DDLDML area

dictdb dictfile d

file identifier of the data dictionary DDLDML area

dloddb

ddname of the data dictionary load area (DDLDCLOD)

dloddb dictfile f

file identifier of the data dictionary load area

dmsgdb

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

dmsgdb dictfile e

file identifier of the data dictionary message area

lll

record length of the tape journal file

nnnnnn

volume serial number of the tape journal file

ppp

page size of the area

sysjrnl

ddname of the tape journal file

Specifying Central Version or Local Mode

To specify whether ADSOBCOM executes under central version or in local mode, take one of the following actions:

  1. Specify either CVMACH=dc/ucf-machine-name (for central version) or *LOCAL* (for local mode) as the first statement submitted to ADSOBCOM. Dc/ucf-machine-name is the 1- through 8-character user identifier of the z/VM virtual machine in which the DC/UCF system is executing.
  2. Link edit ADSOBCOM with an IDMSOPTI module that specifies either CVMACH=dc/ucf-machine-name (for central version) or CENTRAL=NO (for local mode). Instructions for creating an IDMSOPTI module are given in CA IDMS System Operations Guide.
  3. Code PARM='CVMACH=dc/ucf-machine-name' or PARM='*LOCAL*' on the OSRUN command used to invoke the compiler. This option is not allowed if the OSRUN command is issued from a z/VM EXEC program; however, it is allowed if the OSRUN command is issued from a System Product interpreter (REXX) or EXEC 2 program.

Note: For more information about central version and local mode operations in the z/VM environment, see the Installation and Maintenance Guide— z/VM.