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
When is inspect verb is used in cobol?
IF I mention stop run in CICS what happens?
What rules are to be followed while using the corresponding options?
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)?
how to refer the data field?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is amode(31)
How do you get the data to code the BMS macro?
Define cobol?
What are various search techniques in cobol? Explain.
Write a program that uses move corresponding.
What is the difference between PIC 9.99 and PIC9v99?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is difference between cobol and cobol/400
Difference between cobol and cobol-ii?