mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
Hi Vamsee,
JCLLIB is a JCL stmt that allows the user to specify proclibs and include libraries other than the default (usuall the prod proc library). This gives the tester the ability to test procs from his/her own proclib(s) without using in-stream procs.
The facility provides the ability to specify one or more libs and the order they should be searched. It's best to include it immediately before the first EXEC or SET stmt in your Job JCL. Check the JCL Reference Manual for this and coding details.
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B631/19.0?DT=20030423085347
Regards, Jack. |
|