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
What is cobol?
How do you reference the following file formats from cobol programs?
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?
What is the difference between perform … with test after and perform … with test before?
how to access the file from prodution from changeman tool and to submit a file to production
In COBOL, what is the different between index and subscript?
Why occurs cannot be used in 01 level in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Write the code implementing the perform … varying.
What are the cobol coding sheets?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between next sentence and continue in cobol programing language?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?