i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / sadaf rehan
Table OCCURS Clause has nothing to do with the number of
records in the input file..
if you are reading sequentially all the records will get
processed..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What rules are followed by the search verb.
What is link edit in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is search and searchall?what is the diffrence between them?give an best example?
how do you reference the variable unblock file formats from cobol programs
What are the different rules to perform a Search?
How to remove 2 duplicate records and copy only one using job control language?
In COBOL programming, what is PERFORM? What is VARYING?
Can we redefine the field of x(200) to less than 200?
Write the code implementing the perform … varying.
In which area will you utilize 88 level items in cobol?
What is the difference between goback, stop run and exit program in cobol?
how to access the file from prodution from changeman tool and to submit a file to production