Previous Topic: JCLNext Topic: z/OS—Local Mode


z/OS—Central Version (CV)

JCL to execute IDMSRADM in CV mode z/OS

//RADM     EXEC PGM=IDMSRADM,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
//SYS004   DD   DSN=radm.archive,DISP=(NEW,CATLG,DELETE),
//             UNIT=disk,VOL=SER=nnnnnn,SPACE=(TRK,(nn,nn)),
//             DCB=BLKSIZE=5492
//SYSLST   DD   SYSOUT=A
//SYSIDMS  DD   *
DMCL=dmcl-name

put other SYSIDMS parameters, as required, here

/*
//SYSIPT   DD   *

put IDMSRADM parameter statements here

Item

Description

idms.dba.loadlib

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

idms.custom.loadlib

Data set name of the load library containing customized load modules

idms.cagjload

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

idms.sysctl

Data set name of the SYSCTL file

radm.archive

Data set name of the sequential file; can be output to disk

disk

Symbolic device name of the SYS004 file

5492

Block size of the SYS004 file; must be a multiple of 5492

Note: The DCB RECFM and LRECL specifications for the sequential file are built into IDMSRADM; the utility will override user specifications for these parameters.