what is JCLLIB and PROCLIB in jcl and their syntax
Answers were Sorted based on User's Feedback
Answer / raghu
//proccall jcllib order=proclib.name,disp=shr
//proclib dd dsn=proclib.name,disp=shr
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / ashok kumar
jcllib is used to identify procedure,include private liveries
syn:
//jclnam jcllib order=(lib1,lib2)
proclib is having achval proc private liberes
// procname proc
// steps.....
//.....
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / ch.mohan
jcllib is identify the path of proclib,and proclib is
identify the procedure name
syntax
//proclib jcllib order=userid.name.proclib.filename
| Is This Answer Correct ? | 6 Yes | 9 No |
what is the use of IEBGENER utility?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
What is the significance of addrspc parameter in exec statement?
GDG Create syntax ?
What is multithreading in jcl?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
What is job control language?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is the difference between catalogue procedure and In-Stream procedure?
what is mainframe?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can we browse or edit the GDG dataset if it is a tape entry?