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 |
Explain about Cobol Subroutines
what do you mean by include statement in jcl?
How do you pass parameters to the program as the job is being executed ?
What is the function of job statement in jcl?
how to resolve the soc4 error?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
using cursor how can you fetch more than one record into a variable
What is a JCL Command statement ?
wht is step lib n job lib ? where can we code joblib n steplib ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is the use of IEBGENER utility?