Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / rookie
if u are referring to duplicates...than
//SORTXSUM DD DSN=....
//SYSIN DD *
SORT FILEDS=COPY,
SUM FIELDS=NONE,XSUM
| Is This Answer Correct ? | 31 Yes | 24 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
List the different components of jcl statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
In job processing, what happens in execution stage?
which parameter is used to check the syntax of a jcl without executing it?
What is the purpose of the dd keylen parameter?
Name what parameter directs the output of the job log dataset?
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?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the use of symbol // in jcl?
How can a stopped job be started again?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain about LMFREE�free data set from its association with data ID
what are the types of abends that occur on job failure? And explain the possible causes of these