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

How can you trap abends in the JCL?

3 Answers  


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 Answers   IBM,


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Can anyone tell me the syntax for printing two files at two different destinations in a single step?

3 Answers  


How do you submit JCL via a Cobol program?

4 Answers   IBM,


A dd statement consists of 4 fields. Name them?

1 Answers  


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


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.

1 Answers  


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?

1 Answers   CTS,


Categories