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 |
What is DISP= (NEW,PASS,DELETE)?
How to print data of sequential file to Spool..?
if we give TIME=0 how many sec that job/step
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
Why do you use a control card?
What will happen if we write two STOP RUN's in a COBOL program?
A job has 90 steps i want to execute only step7 and step15
what are JCLLIB and STEPLIB in JCL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are steplib and joblib? What for they are used?
How many instream we can write in single jcl?
How is a GDG base created?