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 / ram.g

9 is the correct ans

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What the difference is between continue and next sentence?

671


How do u write test cases?

1648


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

728


What is difference between static and dynamic call in cobol?

801


What are literals?

640






how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1941


how do you reference the printer file formats from cobol programs

683


How to know whether the module is dynamical or statistical?

676


What are the rules of the move verb?

718


example for sub strings ? and refernce modifications whit output pls

1860


How to print 10 to 1 if the input have only 10 digit number?

832


what are decleratives in cobol?

1839


Write a program to explain size error.

691


When is inspect verb is used in cobol?

690


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

699