i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / veena
Thanks for the reply ..then will all input file records get
processed or only first 2000 records be processed?
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is a report item?
What are the cobol coding sheets?
What is link edit in cobol?
Can a Search can be done on a table with or without Index?
In COBOL, what is the different between index and subscript?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What kind of error is trapped by on size error option?
How many bytes S(8) comp field occupy and its maximum value?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are the pertinent COBOL
What is Pic 9v99 Indicates in COBOL?
Name the sections present in data division.
how do you reference the rrds file formats from cobol programs