How to pass the temp dataset form one JOB step to another?
Answer Posted / satyasivaji.ch
By coding DISP=PASS,on dd statement,it passes the dataset to
another dataset.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Why block size is multiple of lrecl in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
Can I share my data with other jobs? How?
Explain the hierarchy levels in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the syntax of JCL statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to do automated restart when a job abend?
what is “Cond= even” and “Cond=only”?
how do you code a null statement?
What is the purpose of dd * statement in jcl?
which utility is used to sort a file in jcl?
how you can access an uncataloged dataset in a JCL?