i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / vidhya
If you compile the Program using SSRANGE = Y then the,
program will fail, if not the program will not fail.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
How you can characterize tables in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
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?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the pertinent COBOL commands?
how can i see junk values in dclgen or in hostvariable of comp ?
) how do u code after getting data?
What are declaratives and what are their uses in cobol?
What is difference between static and dynamic call in cobol?
What are the cobol coding sheets?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between perform … with test after and perform … with test before?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) what is the difference between AID and HANDLE AID?