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
What is job control language?
Does jcl support automatic restart?
what operation is performed by job statement?
How does the jcl specify the job to os?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is SOC4 error?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain the purpose of dd * statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How is the record format of an output dataset specified?
Can we use DISP=SHR in output file in JCL