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 / kumar l

ADD 40 X to X means : 40+X will add to X and result will
be stored in X - Result is 60
Compute X = 3 * X - 40 means : 3*60-40 = 140.
So X value is 140.

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a cobol program making use of the redefine clause.

1227


Can we change the password using ALTER? anyone tried and changed?

2078


What is the difference between Call and a Link?

1263


how do you reference the printer file formats from cobol programs

1280


How do you reference the following file formats from cobol programs?

1205


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

1268


How do u write test cases?

2111


How do define dynamic array in cobol.

1185


HOw can I get the negative sign while deduct high value from low value

2304


What is the Purpose of Pointer in the string?

1125


For rewrite, why is it mandatory that file needs to be opened?

1151


What is the problem of ordered sequential files access?

1207


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

1159


What is the difference between perform … with test after and perform … with test before?

1497


how to access the file from prodution from changeman tool and to submit a file to production

7627