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 an in line perform? When would you use it? Anything else you wish to say about it.
How to print 10 to 1 if the input have only 10 digit number?
Explain about different table spaces.
What are different data types in cobol?
HOw can I get the negative sign while deduct high value from low value
What is the default value(s) for an initialize and what keyword allows for an override of the default?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you define single dimensional array and multidimensional array in your cobol?
How are the next sentence and continue different from each other?
how to convert the recors form vsam file to db2 table tru file aid
How can you get the ksds file records into your 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)
How many bytes S(8) comp field occupy and its maximum value?
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?