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 / suresh
it performs 10 times only it donot change while looping
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is perform what is varying?
Write some characteristics of cobol as means of business language.
Are you comfortable in cobol or jcl?
how to access the file from prodution from changeman tool and to submit a file to production
how to move the records from file to array table. give with code example
How arrays can be defined in COBOL?
How to know whether the module is dynamical or statistical?
how do you reference the fixed unblock file formats from cobol programs
Write the code to count the sum of n natural numbers.
what is amode(24), amode(31), rmode(24) and rmode(any)?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the LINKAGE SECTION used in COBOL?
i need a small 3d program using inline and outline.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?