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 is the function of //jcllib statement?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
how to skip the steps in JCl
How to find in aparticular step how many versions a paricular gdg base have?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
What does the statements: typrun=scan and typrun=hold do in a JCL statement
The maximum number of in-stream procedure you can code in any JCL is ?
What is the difference between static call & Dynamic call ?
What are three major types of JCL statements? What are their functions?
When we give TYPERUN = SCAN , what are the syntax errors we get?
What is a S0C4 error ?