What is JCL LIB ?
Answers were Sorted based on User's Feedback
Answer / shakila vinayagam
JCLLIB is a JCL stmt that allows the user to specify
his/her own proclibs and/or specify the order in which
they're searched to find the PROC(s) or INCLUDE libraries
invoked in the JCL. You can use the ORDER clause to do
this. You can specify private (user) or system libraries.
Is This Answer Correct ? | 22 Yes | 1 No |
Answer / guest
in additon to the aobve answers, max of 15 Data sets can be
used in JCLLIB ORDER.
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / raghupathireddy
JCLLIB is a JCL stmt that allows the user to specify
his/her own proclibs and/or specify the order in which
they're searched to find the PROC(s) or INCLUDE libraries
invoked in the JCL.
Is This Answer Correct ? | 9 Yes | 4 No |
what are the options in file-aid to edit vsam dataset and to compare data sets.
what are the technical terms for // /* in jcl
What are the basic JCL Statements for a Job?
Explain the purpose of dd dummy statement?
what is JCLLIB and PROCLIB in jcl and their syntax
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
I had 100 steps in jcl i want to execute first 10 steps only?
what is full form of AIX
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to alter the parameters for the existing gdg?
How to ALTER the name of a GDG ?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.