i have a base gdg consisting of 12 versions like jan to dec. i
need to concatante this gdg to another gdg which have version 1
or to the base gdg itself can anyone give me the code pls ?
Answer Posted / mdv
Technically, both answer #2 and #3 are correct. However,
answer #3 is better.
There are cases when the LRECL of some generations ( after
some change) are different from the others. In that case,
you cannot use the base.
You'll have to concatenate same LRECL files together and
proceed.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is DSN in JCL and what are the parameters to declare the DSN?
I need exexution process for JCL programs
When space is allocated for an output dataset, what units can be used?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the maximum length of a single line of jcl?
What is the function of the dd dcb keyword?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is multithreading in jcl?
What parameters can be used to limit the number of records written to a sysout dataset?
how to run batch program without jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the significance of addrspc parameter in the exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
How can return codes be tested before execution of a job step?
What is the purpose of the dd keylen parameter?