in cobol perform stmt whether it first checks the condition
or not
Answer Posted / srinivasa yadav
CONDITION IS TESTED FIRST, IF THE CONDITION IS FALSE THE
CONTROL WILL GO TO THE BODY OF LOOP.
IF THE CONDITION IS TRUE THE CONTROL WILL COME'S OUT FROM
THE BODY OF THE LOOP.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
What is the Purpose of Pointer in the string?
Give some examples of command terminators?
what is the difference between COBOL2 AND COBOL390?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you reference the following file formats from cobol programs?
What are the different data types in cobol?
what is the use of outrecord?
How do get the result of your program directly on your pc?
how to refer the data field?
how do you reference the rrds file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What guidelines should be followed to write a structured cobol prgm?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps