Multiple choice technology mainframe What is order of searching of the libraries in a JCL a) STEPLIB, JOBLIB, SYS1.LINKLIB b) JOBLIB, STEPLIB, SYS1.LINKLIB c) SYS1.LINKLIB,STEPLIB, JOBLIB d) As defined in the EXEC statement Reveal answer Fill a bubble to check yourself A Correct answer Explanation In a JCL execution, the system first searches the step-level library (STEPLIB). If not found or if STEPLIB is not specified, it searches the job-level library (JOBLIB). Finally, it searches the system link library (SYS1.LINKLIB).