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
what happens in conversion stage in job processing?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how do you code a null statement?
How to do automated restart when a job abend?
What are the difference between jcl and jes?
What are the rules employed while naming the steps in a job?
What are the jcl procedures?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the jcl exec statement?
What is the maximum length of a single line of jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What do you know about jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to compare two datasets without using superce because output is limited to 133 bytes