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?

Answer Posted / vamsi

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

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

662


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


How can unused space allocation be returned to the system when a dataset is closed?

806


What are hierarchy levels in jcl?

949


Explain the function of dd disp parameter?

593






I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


What is the purpose of dd * statement in jcl?

795


Is automatic restart possible in jcl? If yes, how?

655


Explain how can values be passed from the job stream to an executable program?

615


Can we use DISP=SHR in output file in JCL

951


What do you understand by jcl?

625


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


How dummy is used in jcl?

643


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

811