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 |
which utility is used a dummy utility?
Describe the various parameters utilized in the creation of a gdg?
what is meant by jobtrac?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
In SPACE,what is directory,RLSE
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
What are the parameters that are used in creating a gdg?
How to execute only th 15th step of JCL consisting of 50 steps?