How is a dataset passed from one step to another?
Answer Posted / 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 |
Post New Answer View All Answers
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
List the different components of jcl statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what sort card you will use to copy the data from one dataset to another dataset?
How can the attributes of one sms dataset be copied to another dataset?
How would you understand error(execution phase)?
Is their any set of rules for dd? Explain.
Explain the purpose of dd * statement in jcl?
Is it possible to left uncode disp? If yes, how?
What do you know about jcl?
What are the parameters that are used in creating a gdg?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Differentiate between the joblib and the steplib statements?