Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answer Posted / sroul4
yes we can, but it treats both the job differently,
The file created in one job step can not be used in the
other job steps.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain dfsort utility?
Explain how can an in-stream dataset be terminated?
How does jcl specify the job to the operating system?
what sort card you will use to copy the data from one dataset to another dataset?
what is the purpose of coding notify parameter in job statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what happens in conversion stage in job processing?
What is the function of the dd dcb keyword?
What is multithreading in jcl?
When space is allocated for an output dataset, what units can be used?
Is it possible to left uncode disp? If yes, how?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how can the same proc be re-used and called by many jobs?