Previous Topic: Allocating and Initializing a VLS LibraryNext Topic: Adding a VLS Library to the CICS FCT


Adding VLS Library JCL

z/OS

The name of the DD statement must be the same as the library name entered in the system definition fill-in panel. You must add this statement to the CICS jobstream and the CA Ideal batch jobstream. A sample JCL statement follows:

//ddname  DD       DSN=library.name,DISP=SHR
VSE

The name of the DLBL statement must be the same as the library name entered in the system definition fill-in panel. You must add the following JCL statements to the specified JCL procedures installed with CA Ideal, for a new library:

// DLBL dlbl-name,”dsn-name”... 
// EXTENT, volume

The following are JCL procedures installed with CA Ideal that require the new JCL statements:

IDLPROC 
IDLCICS 
IDLDB