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
But when i tested with more than 2000 records it not
abending.all input records are process and written to
output file.Thats why i am confused.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different data types in cobol?
What are the cobol coding sheets?
When is inspect verb is used in cobol?
What guidelines should be followed to write a structured cobol prgm?
example for sub strings ? and refernce modifications whit output pls
Which mode is used to operate the sequential file?
Can we redefine the field of x(200) to less than 200?
What are the different rules of SORT operation?
Name the sections present in data division.
Differentiate between structured cobol programming and object-oriented cobol programming.
Write the code to count the sum of n natural numbers.
how can i see junk values in dclgen or in hostvariable of comp ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?