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 |
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
How to rename a VSAM file as well as it's index file?
what is the use of JCL?
what operation is performed by job statement?
can we modify the code in copy book? if it possible how to submit ofter the modification.
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is use of space parameter in dd statement?
What happens if both JOBLIB & STEPLIB is specified ?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
what sort card you will use to copy the data from one dataset to another dataset?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?