i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / narayana
yes ,it abends after 2001 record read with soc7.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the pertinent COBOL
How you can read the file from bottom?
) what is the difference between AID and HANDLE AID?
how can i see junk values in dclgen or in hostvariable of comp ?
Name the divisions, which are available in a cobol program?
What is the difference between Call and a Link?
example for sub strings ? and refernce modifications whit output pls
HOw can I get the negative sign while deduct high value from low value
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 are decleratives in cobol?
Explain what you understand by passing by value.
Which is not true about evaluate statement
)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)?