How are GDGs concatenated?
Answer / guest
Generation Data Groups are concatenated by specifying each
dataset name and the generation number for all generations
of the generation data group. Otherwise to have all
generations of a generation data group, omit the generation
number. The DD statement will refer to all generations. The
result is the same as if all individual datasets were
concatenated. If generations are not on the same volume,
this will not work.
Is This Answer Correct ? | 8 Yes | 0 No |
I had 100 steps in jcl i want to execute first 10 steps only?
how do you resolve for soc7 error
What are the differences between JES2 & JES3 ?
What is the function of //cntl statement?
Explain how can values be passed from the job stream to an executable program?
What do you understand by the term notcat 2 – gs?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
A dd statement consists of 4 fields. Name them?
How can we see data in TEMPARARY DATA SET in JCL ?
what is use of disp parameter in dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??