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 are the different rules to perform a Search?
Which is not true about evaluate statement
What are various search techniques in cobol? Explain.
What do you understand by psb and acb?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) what is the difference between AID and HANDLE AID?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is the use of outrecord?
Can we redefine the field of x(200) to less than 200?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between Call and a Link?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
HOw can I get the negative sign while deduct high value from low value