How many times the loop runs here
01 a pic 9(2) value 1.
perform para1 until a=10
move 1 to a.
stop run.
para1:
move 10 to a.
Answer Posted / guest
1 time
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
What is Pic 9v99 Indicates in COBOL?
What is the problem of ordered sequential files access?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the compute verb? How is it used?
Which is not true about evaluate statement
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 rules are to be followed while using the corresponding options?
What is the difference between next sentence and continue in cobol programing language?
Explain what you understand by passing by value.
Differentiate between structured cobol programming and object-oriented cobol programming.
Can we redefine the field of x(200) to less than 200?
How do you differentiate between cobol and cobol-ii?
How can you get the ksds file records into your cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?