Previous Topic: Batch Compiler JCLNext Topic: z/VSE JCL


z/OS JCL

//RHDCMAP1 EXEC PGM=RHDCMAP1,REGION=1024K
//STEPLIB  DD DSN=idms.dba.loadlib,DISP=SHR
//         DD DSN=idms.custom.loadlib,DISP=SHR
//         DD DSN=idms.cagjload,DISP=SHR
//sysctl   DD DSN=idms.sysctl,DISP=SHR
//dcmsg    DD DSN=idms.sysmsg.ddldcmsg,DISP=SHR
//SYSLST   DD SYSOUT=A
//SYSPCH   DD DUMMY
//SYSIDMS  DD *
DMCL=dmcl-name
DICTNAME=appldict
sysidms parameters
//SYSIPT   DD *
source statements

idms.dba.loadlib

Data set name of CA IDMS load library that contains the DMCL and database table load modules

idms.custom.loadlib

Data set name of the CA IDMS load library containing customized CA IDMS executable modules

idms.cagjload

Data set name of CA IDMS load library that contains the CA IDMS executable modules that do not require customization

idms.sysctl

Data set name of SYSCTL file

idms.sysmsg.ddldcmsg

Data set name of the system message area

dmcl-name

The name of the dictionary the DMLF precompiler should access

appldict

The name of the application dictionary that should be accessed

sysidms parameters

A list of SYSIDMS parameters for this job.

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:

dictdb

DDname of application dictionary definition area

idms.appldict.ddldml

Data set name of application data dictionary DDLDML area

sysjrnl

DDname of first tape journal file

idms.tapejrnl

Data set name of first tape journal file