Previous Topic: CICS Application Program Link EditNext Topic: z/VSE Job Control Language


Runtime JCL

Use the following JCL to execute a Total application program under the central version.

Runtime z/OS

//userprog EXEC PGM=userprog
//STEPLIB  DD  DSN=idms.dba.loadlib,DISP=SHR
//         DD  DSN=idms.loadlib,DISP=SHR
//sysctl   DD  DSN=idms.sysctl,DISP=SHR
program input, as required

idms.dba.loadlib

Dataset name of the CA IDMS/DB load library containing the DMCL and database name table load modules

idms.loadlib

Dataset name of the CA IDMS/DB load library containing CA IDMS executable modules

idms.sysctl

Dataset name of the SYSCTL file

sysctl

DDname of the SYSCTL file

userprog

Name of the Total application program

To execute Total application programs in local mode, remove the SYSCTL DD statement and insert the following statements after the STEPLIB DD statement:

//userdb   DD  DSN=user.userdb,DISP=SHR
additional database file assignments, as required
//sysjrnl  DD  DSN=idms.tapejrnl,DISP=(NEW,KEEP),UNIT=tape

userdb

DDname of the CA IDMS/DB database file

user.userdb

Dataset name of the CA IDMS/DB database file

sysjrnl

DDname of the tape journal file

idms.tapejrnl

Dataset name of the tape journal file

tape

Symbolic device name of the tape journal file