Previous Topic: z/VSE JCLNext Topic: Compiler Reports and Messages


z/VM JCL

FILEDEF SYSPCH DUMMY
FILEDEF SYSLST PRINTER
FILEDEF CDMSLIB DISK IDMSLIB LOADLIB A6
FILEDEF SYSIDMS DISK sysidms input a
FILEDEF SYSIPT DISK comp input a
GLOBAL LOADLIB IDMSLIB
OSRUN RHDCMAP1

sysidms input a

Filename, filetype, and filemode of the file containing the SYSIDMS input parameters.

comp input a

Filename, filetype, and filemode of the file that contains batch compiler source statements.

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

Local Mode

To execute in local mode, perform these steps:

  1. Specify that RHDCMAP1 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
    

dictdb

DDname of the application data dictionary file

dictdb dictfile d

Filename, filetype, and 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

j1jrnl jrnlfile k

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