what is JCLLIB and PROCLIB in jcl and their syntax
Answer Posted / 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 |
Post New Answer View All Answers
Explain dd statement in jcl?
Explain the function of the dd dcb keyword?
In job processing, what happens in execution stage?
how JCL works?
Brief description of inline procedure of jcl.
how would you create a temporary dataset? And where will you use them?
Can an individual step be restricted from using all the jobs allowed cpu time?
How can the submitting users racf authority be overridden in a job stream?
What are hierarchy levels in jcl?
Define concatenating?
How does jcl act on code(if you take a cobol program)?
What is the syntax of JCL statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
define cond parameter in jcl?
Must tape dataset definitions include vol=ser specifications?