How is a dataset passed from one step to another?
Answers were Sorted based on User's Feedback
Answer / neha
disp=pass can only be used if its a temp dataset.if u want
to pass a normal dataset u can use referback
its syntax is
dsname=*.stepname.ddname
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / 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 |
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How many steps we can overide in the proc's?
how to purge 50 initiators continuously?? console commands??
How can i execute 5th step without executing first 4 steps?
What is COND=EVEN ?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What is primary allocation for a dataset?
Explain about LMCLOSE�close a data set
what is the difference between JES3 and JES2?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one