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
Must tape dataset definitions include vol=ser specifications?
What is the maximum length of a single line of jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How jcl is used for testing batch programs?
how JCL works?
whats the diff bw the evaluate also and and?
Mention the types of job control statements?
Explain how can values be passed from the job stream to an executable program?
what is use of disp parameter in dd statement?
What is the function of //cntl statement?
Is condition checking possible in jcl? If yes, how?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Describe the various parameters utilized in the creation of a gdg?
What are steplib and joblib?