How to pass the temp dataset form one JOB step to another?
Answer Posted / shridhar
DISP=(NEW,PASS)
DISP=SHR/(MOD,DELETE,DELETE) ETC.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is job control language?
How can a jobs execution priority be modified?
Explain the job statement in jcl?
what happens in conversion stage in job processing?
Is automatic restart possible in jcl? If yes, how?
which parameter is used to check the syntax of a jcl without executing it?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
List the different jcl statements that are not permitted in the procedures?
what is “Cond= even” and “Cond=only”?
Must tape dataset definitions include vol=ser specifications?
Explain how can values be passed from the job stream to an executable program?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How jcl is used for testing batch programs?
What is condition checking in jcl? Is this possible?