How many times the loop runs here
01 a pic 9(2) value 10.
perform para1 a times
stop run.
para1:
move 20 to a.
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
How do you differentiate between cobol and cobol-ii?
Which division and paragraphs are mandatory for a COBOL program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What rules are to be followed while using the corresponding options?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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)?
Why occurs cannot be used in 01 level in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is a SSRANGE and NOSSRANGE?
What is a report item?
Define cobol?
What guidelines should be followed to write a structured cobol prgm?
Explain how you can characterize tables in cobol?
i need a small 3d program using inline and outline.