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...

01 ws-p pic 9(2).
01 ws-q pic 9(2) value 01.
01 ws-r pic 9(2) value 99.

p.d.

compute p = q + r
what will be result of p ans(00) but my question is that

how i got 10 on the place of 00.
(truncation will ocuure on right side not left).

please tell me ?


Answer Posted / reddy kanupuru

u will get 00 only.

Because any numeric move will start from decimal pont

for exp : as per the given ques

compute p = q+r =100

here the decimal point is placed at the right side .

100.

so if u move that to 99 , means before point two digits
(00) will be moved .

another exp:

q = 99v99

01 r pic 99v99 value 100.345
move r to q

the value is 00v34

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1306


How do u write test cases?

2111


In which area will you utilize 88 level items in cobol?

1210


What is the LINKAGE SECTION used in COBOL?

1600


What is the utilization of copybook in cobol?

1274


What is the difference between structured cobol programming and object alternativelyiented cobol?

1298


Why would you use find and get rather than to obtain?

1262


What is static and dynamic call in cobol?

1115


What is rmode(24)

1197


How you can characterize tables in cobol?

1253


What are all the divisions of a COBOL program?

1270


What is amode(24)?

1298


Why occurs cannot be used in 01 level in COBOL?

1205


Which division and paragraphs are mandatory for a COBOL program?

1331


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

1151