Previous Topic: z/VSE JCLNext Topic: ADSOTATU


z/VM commands

Sample z/VM Commands for Central Version

ADSOBTAT (z/VM)

FILEDEF SYSLST PRINTER 
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK btat input a
GLOBAL LOADLIB idmslib
OSRUN ADSOBTAT

sysidms input a

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

btat input a

file identifier of the file containing ADSOBTAT 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 ADSOBTAT 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

lll

record length of the tape journal file

nnnnnn

volume serial number of the tape journal file

sysjrnl

ddname of the tape journal file

dictdb dictfile d

file identifier of the data dictionary DDLDML area

ppp

page size of the 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

Specifying Central Version or Local Mode

To specify whether ADSOBTAT 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 to submit to ADSOBTAT. 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 ADSOBTAT 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 CA IDMS Installation and Maintenance— z/VM.