Previous Topic: z/VSE JCLNext Topic: Sample JCL


z/VM JCL

FILEDEF SYSLST PRINTER
FILEDEF SYSPCH DISK syspch output a
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK util input a
GLOBAL LOADLIB IDMSLIB
OSRUN RHDCMPUT

syspch output a

Filename, filetype, and filemode of the card-image output file

sysidms input a

Filename, filetype, and filemode of the file that contains the SYSIDMS parameters

util input a

Filename, filetype, and filemode of the file containing batch utility control statements

Note: For more information about the SYSIDMS parameter, see the CA IDMS Common Facilities Guide.

Local Mode

To execute the batch utility in local mode:

  1. Specify that RHDCMPUT is executing in local mode by performing one of the following:
  2. Add the following statements before the OSRUN statement:
    FILEDEF dictdb DISK dictdb dictfile d
                   (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn
    FILEDEF j1jrnl DISK j1jrnl jrnlfile k
                   (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn
    FILEDEF dloddb DISK dloddb dictfile f
                   (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn
    

dictdb

DDname of the application data dictionary

dictdb dictfile d

Filename, filetype, filemode of the application data dictionary file

pppp

Page size of the file

nnnn

Number of pages in the file

j1jrnl

DDname of the first disk journal file

jljrnl jrnlfile k

Filename, filetype, and filemode of the first disk journal file

dloddb

DDname of the data dictionary load area

dloddb dictfile f

Filename, filetype, and filemode of the data dictionary load area