How is a dataset passed from one step to another?
Answer Posted / guest
A dataset is passed from one step to another based on what
is coded on the DISP parameter. The dataset can only be
passed to subsequent steps if PASS was used on the
disposition parameter.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
How jcl work to handle various input output file operations?
What is the function of //jcllib statement?
Where can program checkpoints be stored for use in a restart?
What is the difference between run mode and addressing mode?
Explain the function of the steplib dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the purpose of the dd keylen parameter?
Is condition checking possible in jcl? If yes, how?
Differentiate between the joblib and the steplib statements?
Is it possible to code instream data in a PROC?
How can the submitting users racf authority be overridden in a job stream?
When space is allocated for an output dataset, what units can be used?
what happens in execution stage in job processing?
Why include statement is used in a jcl?