I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2.
How can I use GDG to use it as input file at step2.
Answer Posted / satya
//step1 dd dsn=GDG.smaplegdg.base(+1),Disp=
(new,catlg,delete)
When refering it in next step
//step2 dd dsn=GDG.smaplegdg.base(+1),Disp=Shr
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of dd name parameter with a 2 part structure; audit.report?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What do you understand by the term notcat 2 – gs?
How can the submitting users racf authority be overridden in a job stream?
what is the purpose of coding notify parameter in job statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is condition checking possible in jcl?
How does jcl act on a cobol code?
Explain about ISPF/TSO Commands
Is automatic restart possible in jcl?
Is it possible to left uncode disp? If yes, how?
What are the 2 types of parameters in dd statement?
Is it possible to code instream data in a PROC?
How can the disposition of sysout datasets be set for an entire jobstream?