what is JCLLIB and PROCLIB in jcl and their syntax
Answer Posted / 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 |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
What do you understand by the term notcat 2 – gs?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how you will the direct the data to spool using sysout option?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is the JCL statement consists of?
List in order the hierarchical levels of jcl?
Which dd parameters are required?
when can a job time-out occur? How to overcome that?
What are the jcl procedures?
What is concatenating?
What is job control language?
Can we call instream to catalog and catalog to instream?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?