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

sorry for my wrong ans..

it will be in the infinite loop...

should use different ws variables..

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Call and a Link?

696


IF I mention stop run in CICS what happens?

1895


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


how do you reference the printer file formats from cobol programs

660


Define static linking and dynamic linking.

662






what are decleratives in cobol?

1827


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

773


Describe the cobol database components?

680


Can you please let me know the centre name of INS certification in Kolkata.

1715


What are the different rules for performing sort operation?

759


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

686


Have you used comp and comp-3 in your project? And how?

2008


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1934


explain sorting techniques in cobol program?

686


How do get the result of your program directly on your pc?

1880