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
What is jcl in mainframe?
In job processing, what happens in conversion stage?
Which statement is used to identify the private libraries in job?
Is there any command to check wether the ps file is in sorted order?
how would you create a temporary dataset? And where will you use them?
What is multithreading in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of a dd statement?
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.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How jcl is used for testing batch programs?
Explain the purpose of dd dummy statement?
What is the purpose of the dd keylen parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Suppose I have five jobs to do. But I want to hold one?