How to pass the temp dataset form one JOB step to another?

Answers were Sorted based on User's Feedback



How to pass the temp dataset form one JOB step to another?..

Answer / guest

By specifying the DISP as PASS for the temp dataset

Is This Answer Correct ?    14 Yes 2 No

How to pass the temp dataset form one JOB step to another?..

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

How to pass the temp dataset form one JOB step to another?..

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

How to pass the temp dataset form one JOB step to another?..

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

How to pass the temp dataset form one JOB step to another?..

Answer / shridhar

DISP=(NEW,PASS)

DISP=SHR/(MOD,DELETE,DELETE) ETC.

Is This Answer Correct ?    0 Yes 1 No

How to pass the temp dataset form one JOB step to another?..

Answer / kiran

What is the meaning of 'Passing from one step to another step'?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


can we maintain 2 generations with different Lengths in Same GDG ?

3 Answers   RBS,


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  






How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


what is meant by jobtrac?

4 Answers   CSC,


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


What is COND=ONLY ?

2 Answers  


Categories