Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / hemanth reddy

Sorry i thought that it is < 9 .
If it is less than 9 it is correct.
If it is > 9 then it goes to infinite loop

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the esds vsam file formats from cobol programs

1273


Explain how you can characterize tables in cobol?

1115


how do you reference the variable block file formats from cobol programs

1311


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1185


what is the difference between COBOL2 AND COBOL390?

3115


Explain about different table spaces.

1155


) what is the difference between AID and HANDLE AID?

2200


Write the code implementing the perform … varying.

1122


how to move the records from file to array table. give with code example

2731


Name some of the examples of COBOl 11?

3197


how do you reference the variable unblock file formats from cobol programs

1382


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1397


Explain what you understand by passing by value.

1203


In COBOL, what is the different between index and subscript?

1282


Can we redefine the field of x(200) to less than 200?

1431