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 / g.ranjith kumar reddy
//step2 dd dsn=GDG.smaplegdg.base(+1),Disp=Shr
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the function of job statement in jcl?
What is the difference between run mode and addressing mode?
How is the record format of an output dataset specified?
Explain how can values be passed from the job stream to an executable program?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Where can program checkpoints be stored for use in a restart?
Explain about LMFREE�free data set from its association with data ID
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what are the statements that are not valid to be included in an include statement?
What are the 4 fields in dd statement?
What is the purpose of disp parameter?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are the jcl procedures?
what happens in conversion stage in job processing?
what is “Cond= even” and “Cond=only”?