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
Explain the purpose of dd * statement in jcl?
what is use of space parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
Can I send output of job to my remote device careerride123?
What is the maximum length of a single line of jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
I need exexution process for JCL programs
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is NOTCAT ?
In job processing, what happens in conversion stage?
What are the jcl procedures?
how you will the direct the data to spool using sysout option?
how to run batch program without jcl?
What is the significance of addrspc parameter in the exec statement?
A dd statement consists of 4 fields. Name them?