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 |
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Which COND paramter will u use to execute the step only if the previous step does not execute
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
Explain about LMMLIST�list a library's members
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
In DCB, what is LRECL,BLKSIZE,DSORG
What is the purpose of the PARM keyword in the EXEC statement?
What is a PROC? What is the difference between an instream and a catalogued PROC?
How to print data of sequential file to Spool..?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
wht is sysudump n sysout,sysprint ?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?