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
how can you check if a file is empty using jcl?
Brief description of inline procedure of jcl.
what happens in conversion stage in job processing?
Name a few IBM utility programs, and explain its function.
i want to store 20 digits . how will u do it in cobol ?
Name what parameter directs the output of the job log dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain about ISPF/TSO Commands
What is the significance of addrspc parameter in the exec statement?
How is the record format of an output dataset specified?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is condition checking possible in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is the JCL statement consists of?
Is condition checking possible in jcl? If yes, how?