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
Write a cobol program making use of the redefine clause.
How do you reference the following file formats from cobol programs?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are all the divisions of a COBOL program?
Write the code implementing the perform … varying.
What are the rules of the move verb?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Which mode is used to operate the sequential file?
What is the use of intialize verb?
What is report-item in COBOL?
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 do you reference the ksds vsam file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between goback, stop run and exit program in cobol?
Which is not true about evaluate statement