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
i need a small 3d program using inline and outline.
What is a scope terminator give example?
Write down the divisions of cobol program?
what happens if parmparameter passes zero bytes to the program
Discuss about changing dataset name in proc.
Can we redefine the field of x(200) to less than 200?
how to access the file from prodution from changeman tool and to submit a file to production
What is rmode(24)
What are the rules of the move verb?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is amode(31)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How do define dynamic array in cobol.
What is report-item in COBOL?