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:
Note: For more information about central version and local mode operations in the z/VM environment, see the Installation and Maintenance Guide— z/VM.
|
Copyright © 2014 CA.
All rights reserved.
|
|