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?
Answers were Sorted based on User's Feedback
Answer / Reena
The WER488A JOIN CAPACITY EXCEEDED error usually occurs when trying to join two large files using SYNCSORT with JOINKEYS and the sort key is too long or there are multiple duplicates. To resolve this issue, consider the following steps:
1. Split the input files into smaller pieces and process them individually if possible.
2. Increase the maximum join capacity by modifying the SORTMAX option in your JCL (Job Control Language).
3. Use a different method to compare the two files if the sort key is too large, such as comparing after sorting the individual files.
4. Remove or reduce duplicates in the input files before joining them using SYNCSORT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vamsi
exchange the files sortf1 to sortf2 will solve this
problem..
| Is This Answer Correct ? | 0 Yes | 1 No |
How to read records in reverse order in flat file?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
how to solve u4038 abbend?........
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
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 ?
How can you trap abends in the JCL?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
What is model dataset label(Model DSCB)?
how to see the latest generation in gdg?
What are the rules employed while naming the steps in a job?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
what sort card you will use to copy the data from one dataset to another dataset?