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 is redefines clause in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Mention the guidelines to write a structured cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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? Could we utilize a similar copybook?
Name the divisions, which are available in a cobol program?
What is the use of intialize verb?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Which mode is used to operate the sequential file?
Why did you choose to work with ibm mainframe cobol programming?
How are the next sentence and continue different from each other?
Can we redefine the field of x(200) to less than 200?