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


z/OS JCL

//RHDCMPUT EXEC PGM=RHDCMPUT,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 SYSOUT=A
//SYSIDMS  DD *
DMCL=dmcl-name
DICTNAME=appldict
sysidms parameters
//SYSIPT   DD *
control statements

idms.dba.loadlib

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

idms.custom.loadlib

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

idms.cagjload

Data set name of 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

sysidms parameters

A list of the SYSIDMS parameters that pertain to this job.

dmcl-name

The name of the dictionary the DMLF precompiler should access

appldict

The name of the application dictionary that should be accessed

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:

dictdb

DDname of application dictionary definition area

idms.appldict.ddldml

Data set name of application dictionary definition area

dloddb

DDname of application dictionary definition load library area

idms.appldict.ddldclod

Data set name of application dictionary definition load library area

sysjrnl

DDname of the tape journal file

idms.tapejrnl

Data set name of the tape journal file