How to pass the temp dataset form one JOB step to another?
Answers were Sorted based on User's Feedback
Answer / guest
By specifying the DISP as PASS for the temp dataset
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / devang
By coding DISP=(,PASS,) on DD statement the dataset is
passed to the next step.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kumar
By coding DISP=PASS,Delete on dd statement,it passes the
dataset to
another dataset.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satyasivaji.ch
By coding DISP=PASS,on dd statement,it passes the dataset to
another dataset.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / shridhar
DISP=(NEW,PASS)
DISP=SHR/(MOD,DELETE,DELETE) ETC.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kiran
What is the meaning of 'Passing from one step to another step'?
| Is This Answer Correct ? | 0 Yes | 2 No |
How can you trap abends in the JCL?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
How do you submit JCL via a Cobol program?
A dd statement consists of 4 fields. Name them?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
How to execute step2,step1, step3 if step1,2,3 are in order
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.
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?