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 do You skip a Step In JCL?

9 Answers   HTC,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


What are the parameters that are used in creating a gdg?

0 Answers  


What is jcl in mainframe, and how many types of jcl statements are there for a job?

0 Answers  


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,






Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


what is the restart?hopw it is invoked?

1 Answers  


What is QSAM error usually when it is occurs?

1 Answers  


TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?

5 Answers   CTS,


How to compare 2 files using File-Aid?

1 Answers   IBM,


How jcl is used for testing batch programs?

0 Answers  


Categories