i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / madhan
yes. Both siva and vidya's answer is correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
HOw can I get the negative sign while deduct high value from low value
Difference between array and sub-script ?
What is rmode(24)
how to move the records from file to array table. give with code example
how do you reference the esds vsam file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
What is the problem of ordered sequential files access?
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you get the data to code the BMS macro?
Write a cobol program making use of the redefine clause.
explain sorting techniques in cobol program?
What is link edit in cobol?