i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / madhan
yes. Both siva and vidya's answer is correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between comp and comp-3?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the use of intialize verb?
How you can characterize tables in cobol?
Explain how you can characterize tables in cobol?
What is static and dynamic call in cobol?
How do define dynamic array in cobol.
i need a small 3d program using inline and outline.
What kind of error is trapped by on size error option?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do you get the data to code the BMS macro?
What are various search techniques in cobol? Explain.
What is the default value(s) for an initialize and what keyword allows for an override of the default?