perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / satya
In this PERFORM loop, I is subscript. Minimum value for the
subscript is 1. As the subscript starting value is zero in
this loop, the program will not compile successfully. It
will show compilation error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are 77 levels used for?
how do you reference the variable block file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
Explain what you understand by passing by value.
What is the difference between comp and comp-3?
What is the difference between perform … with test after and perform … with test before?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are different data types in cobol?
Have you used comp and comp-3 in your project? And how?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between binary search and sequential search?
What are the different rules to perform a Search?
What are the different rules for performing sort operation?
Why did you choose to work with ibm mainframe cobol programming?