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
Can we use DISP=SHR in output file in JCL
What are the 2 types of parameters in dd statement?
what is use of space parameter in dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
is there any way to execute more than one proc in the same exec statement at the same time..?
What is multithreading in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
Why block size is multiple of lrecl in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Define concatenating?
Explain the purpose of the dd keylen parameter?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Differentiate between the joblib and the steplib statements?
What is timing concept in mainframe?
What is one line to pass PARM from JCL to COBOL?