Previous Topic: JCL and CommandsNext Topic: z/VSE JCL


z/OS JCL

Sample z/OS JCL for Central Version

ADSOBTAT (central version) (z/OS)

//ADSOBTAT EXEC PGM=ADSOBTAT,REGION=1024K 
//STEPLIB  DD   DSN=idms.dba.loadlib,DISP=SHR
//         DD   DSN=idms.loadlib,DISP=SHR
//sysctl   DD   DSN=idms.sysctl,DISP=SHR
//dcmsg    DD   DSN=idms.sysmsg.ddldcmsg,DISP=SHR
//SYSLST   DD   SYSOUT=A
//SYSIDMS  DD   *
DMCL=dmcl-name 
Put other SYSIDMS parameters, as appropriate, here 
/*
//SYSIPT   DD   *
Put ADSOBTAT parameters, as appropriate, here 
/*
//*

ADSOBTAT (local mode) (z/OS)

//ADSOBTAT EXEC PGM=ADSOBTAT,REGION=1024K 
//STEPLIB  DD   DSN=idms.dba.loadlib,DISP=SHR
//         DD   DSN=idms.loadlib,DISP=SHR
//dloddb   DD   DSN=idms.appldict.ddldclod,DISP=SHR
//dcmsg    DD   DSN=idms.sysmsg.ddldcmsg,DISP=SHR
//sysjrnl  DD   DSN=idms.tapejrnl,DISP=(NEW,CATLG),UNIT=tape 
//SYSLST   DD   SYSOUT=A
//SYSIDMS  DD   *
DMCL=dmcl-name 
Put other SYSIDMS parameters, as appropriate, here 
/*
//SYSIPT   DD   *
Put ADSOBTAT parameters, as appropriate, here 
/*
//*

idms.dba.loadlib

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

idms.loadlib

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

sysctl

DDname of the SYSCTL file

idms.sysctl

Data set name of the SYSCTL file

dcmsg

DDname of the system message (DDLDVM/ESAG) area

idms.sysmsg.ddldcmsg

Data set name of the system message (DDLDVM/ESAG) area

dmcl-name

Name of the DMCL load module

dloddb

DDname of the application dictionary definition load (DDLDCLOD) area

idms.appldict.ddldclod

Data set name of the application dictionary definition load (DDLDCLOD) area

sysjrnl

DDname of the tape journal file

idms.tapejrnl

Data set name of the tape journal file

tape

symbolic device name of the tape journal file

Note: For more information about SYSIDMS parameters, see the CA IDMS Database Administration.