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

Infinite loop because w-num value does not change.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2537


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1267


Why did you choose to work with ibm mainframe cobol programming?

1162


In COBOL programming, what is PERFORM? What is VARYING?

1210


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1621


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

1219


How many sections are there in data division in COBOL?

1184


Write some characteristics of cobol as means of business language.

1198


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2519


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

1154


Explain about different table spaces.

1155


What are declaratives and what are their uses in cobol?

1262


What is link edit in cobol?

1270


Why occurs cannot be used in 01 level in COBOL?

1206


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1367