what is JCLLIB and PROCLIB in jcl and their syntax
Answer Posted / raghu
//proccall jcllib order=proclib.name,disp=shr
//proclib dd dsn=proclib.name,disp=shr
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is use of dsn parameter in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the hierarchy levels in jcl?
Which statement is used to identify the private libraries in job?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Define concatenating?
how to do automated restart when a job abends?
what happens in execution stage in job processing?
What parameter directs the output of the job log dataset?
Is acct parameter mandatory?
How can unused space allocation be returned to the system when a dataset is closed?
How do you overcome this limitation ?
A dd statement consists of 4 fields. Name them?
Can we use DISP=SHR in output file in JCL