i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / giri
No. Program will not fail
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
Have you used comp and comp-3 in your project? And how?
What are the cobol coding sheets?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the variable unblock file formats from cobol programs
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 ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In which area will you utilize 88 level items in cobol?
Which division and paragraphs are mandatory for a COBOL program?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Global and External Variables?
Define cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
) what is the difference between AID and HANDLE AID?