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 COBOL entries
05 X PIC 99 VALUE 10.
ADD 40 X TO X.
COMPUTE X = 3 * X - 40.
The result in X is

Answer Posted / geetanjali

ADD 40 X TO X
***********ADD 40 10 TO X
***********X=X+40+10=60
***********COMPUTE X=3*60-40=120
X=120

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can characterize tables in cobol?

1256


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2650


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1276


Name the divisions, which are available in a cobol program?

1298


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1270


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

1445


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

1214


i want a program using by if, evaluate , string, unstring, perform, occurs?

4801


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

1185


What the difference is between continue and next sentence?

1225


What is the Purpose of Pointer in the string?

1127


What are declaratives and what are their uses in cobol?

1264


what is amode(24), amode(31), rmode(24) and rmode(any)?

1199


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

2434


Differentiate between structured cobol programming and object-oriented cobol programming.

1215