Previous Topic: Creating the CICS CA IDMS/DB Interface (IDMSINTC)Next Topic: CICS Application Program Link Edit


Batch Application Program Link Edit

Use the JCL below to link edit a batch application program.

Batch Application Program Link Edit (z/VSE)

// LIBDEF *,SEARCH=(idms.sublib),CATALOG=user.sublib
// OPTION CATAL
 PHASE userprog,*
 INCLUDE userprog
 INCLUDE ETOTBINT
 INCLUDE IDMS
 INCLUDE IDMSOPTI                        Optional
 ENTRY userprog
// EXEC LNKEDT
/*

idms.sublib

The name of the CA IDMS library

user.sublib

The name of the user sublibrary

userprog

Name of the Total batch application program