Answer Posted / murali
If the job requires more space than the specified in the
Region parameter then this error will occur.
| Is This Answer Correct ? | 21 Yes | 17 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are all the divisions of a COBOL program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Difference between cobol and cobol-ii?
What are the different types of condition in cobol and write their forms.
How many bytes S(8) comp field occupy and its maximum value?
What is comp-1 and comp-2?
explain sorting techniques in cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is difference between cobol and cobol/400
i want a program using by if, evaluate , string, unstring, perform, occurs?
) what is the difference between AID and HANDLE AID?
Which is not true about evaluate statement
i need a small 3d program using inline and outline.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?