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
What is the difference between external and global variables in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the utilization of copybook in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Why did you choose to work with ibm mainframe cobol programming?
What are the different rules to perform a Search?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to refer the data field?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Difference between array and sub-script ?
What is the difference between PIC 9.99 and PIC9v99?
example for sub strings ? and refernce modifications whit output pls