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 |
How can we increment subscript and index?
What do you know about jcl?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
What is the difference between the positional and keyword parameters? Give examples.
How to identify in JCL that an input file is empty without reading it?
Can you execute a PROC from another PROC?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Can we create VSAM file by using IEBGENER?
describe the dd statement,its meaning,syntax and keywords?
Name the system library from which modules are retrieved at execution
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?