I have two input SORTIN files and We need to create one
SORTOUT file which contains data of both input files. What
is the SortCard for this?. Suppose the length of the both
files are different, then How we do it? Please reply ASAP
Answer Posted / srinivas yadav
any one plz write the code for this.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
can any one plzzzzzz tell the jcl code for creating ps using idcams
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?
Is there any command to check wether the ps file is in sorted order?
when does a dataset go uncataloged?
What are the rules employed while naming the steps in a job?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is automatic restart possible in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are hierarchy levels in jcl?
what is use of dcb parameter in dd statement?
Can we use DISP=SHR in output file in JCL
How does jcl act on a cobol code?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?