Answer Posted / 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 |
Post New Answer View All Answers
How do you overcome this limitation ?
what is DSN parameter and DISP parameter is used for?
Differentiate between addressing mode and run mode.
which utility is used a dummy utility?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How do you submit a job for execution?
Explain about LMFREE�free data set from its association with data ID
How dummy is used in jcl?
Is their any set of rules for dd? Explain.
what are the statements that are not valid to be included in an include statement?
Name what parameter directs the output of the job log dataset?
What is the syntax of JCL statement?
i want to store 20 digits . how will u do it in cobol ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain in DD statement what is the use of DCB parameter?