Consider the following:
77 W-NUM PIC 9 VALUE 0
------
MOVE 1 TO W-NUM
PERFORM PARA-X UNTIL W-NUM > 9.
------
PARA-X
ADD 1 TO W-NUM
How many times PARA-X is executed ?
Answer Posted / avinanda mukherjee
Thrivikram is absulately correct....
Avinanda Mukherjee
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Mention the guidelines to write a structured cobol program?
Name the sections present in data division.
Write a program to explain size error.
What is difference between static and dynamic call in cobol?
What rules are followed by the search verb.
What is report-item in COBOL?
Write some characteristics of cobol as means of business language.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is rmode(24)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What guidelines should be followed to write a structured cobol prgm?
What are literals?
) what is the difference between AID and HANDLE AID?
HOw can I get the negative sign while deduct high value from low value