STEPLIB or JOBLIB changes

The CICS® VT load library must be added to either the STEPLIB or the JOBLIB DD statement or the system linklist.

The application driver library where you generate the DIM and DDM driver modules and the CICS VT system library must be available at run time. This means that you must add them to the STEPLIB or JOBLIB DD statement, or add them to the linklist.

Here are sample JCL cards:

//STEPLIB  DD DSN=appl.prog.lib,DISP=SHR
//         DD DSN=appl.drivers.load,DISP=SHR
//         DD DSN=VID.SVIDLODE,DISP=SHR         

You should place the CICS VT drivers library ahead of the VID system library.


Information Information

Feedback


Timestamp icon Last updated: Monday, 10 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.vt.doc//topics/cvtug_steplib_change.html