InterviewSolution
Saved Bookmarks
| 1. |
What Is Order Of Searching Of The Libraries In A Jcl? |
|
Answer» FIRST any private LIBRARIES as SPECIFIED in the STEPLIB or JOBLIB, then the system libraries such as SYS1.LINKLIB. The system libraries are specified in the link list. First any private libraries as specified in the STEPLIB or JOBLIB, then the system libraries such as SYS1.LINKLIB. The system libraries are specified in the link list. |
|