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 |
suppose i have 10 job steps and i want to execute only step 6.How to write?
What is the purpose of dd * statement in jcl?
What is the difference between joblib and jcllib statements
in jcl you are having JCLLIB and STEPLIB what happens
what is the cond=even only
What is difference between Return Code, user completion code, Abend code and reason Code?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Explain about LMMFIND - find a library member
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
can i sort packed decimal if i can tell the syntax
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Name what parameter directs the output of the job log dataset?