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 / vel

9

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of error is trapped by on size error option?

746


Write the code implementing the perform … varying.

648


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

815


how to refer the data field?

1812


Give some examples of command terminators?

761






What are the different rules of SORT operation?

702


Can a Search can be done on a table with or without Index?

808


What is report-item in COBOL?

713


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1000


Name the sections present in data division.

703


What is amode(24)?

684


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

719


Are you comfortable in cobol or jcl?

645


What is the utilization of copybook in cobol?

660