i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / sivakumar sekharannair
Yeah vidhya's answer is correct. If the complier option is
set with SSRANGE=Y then the program will fail. Other wise
it will not... the default option is NOSSRANGE...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
what are decleratives in cobol?
Why did you choose to work with ibm mainframe cobol programming?
How you can read the file from bottom?
Write the code to count the sum of n natural numbers.
) how do u code after getting data?
Name the divisions, which are available in a cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the ksds vsam file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How are the next sentence and continue different from each other?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is length is cobol?