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



How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOI..

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

How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOI..

Answer / vamsi

exchange the files sortf1 to sortf2 will solve this
problem..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

How to read records in reverse order in flat file?

1 Answers  


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?

6 Answers  


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


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 ?

4 Answers   IBM,


How can you trap abends in the JCL?

3 Answers  


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 ?

1 Answers   Patni, Syntel,


What is model dataset label(Model DSCB)?

1 Answers  


how to see the latest generation in gdg?

3 Answers   Deloitte,


What are the rules employed while naming the steps in a job?

1 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


what sort card you will use to copy the data from one dataset to another dataset?

1 Answers   IBM,


Categories