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 / vamsi
exchange the files sortf1 to sortf2 will solve this
problem..
| Is This Answer Correct ? | 0 Yes | 1 No |
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
what is the control cards?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How gdg are concatenated?
Can we browse or edit the GDG dataset if it is a tape entry?
Explain about LMCOPY -
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
How to check empty file in jcl?
What is job control language?
wht happens if cond=true ? pls give me with an example ?