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


How would the number +1234 be stored if a PIC clause of
PICTUREs9(4) comp-3 were used?

Answers were Sorted based on User's Feedback



How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / rama krishna

It will be stored as follows:

01 23 4C

This is only internal storage representation. But if you
display the variable then you will see 1234 not even '+'.

Is This Answer Correct ?    13 Yes 1 No

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / veni

A mistake in answer 2.

It will be stored as follows:

12 34 C

2nd half of the 3rd byte will be left blank.

Is This Answer Correct ?    5 Yes 3 No

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / suputhru

9(4) comp-3 takes 3 byets
each digit takes half byte.

-- -- -- 3bytes
numeric alignment is right to left <-----
first sign will store in half byte right. right.

c
-- -- --

then next 4 will store.

4c
-- -- -- like that

01 23 4c
-- -- -- will store.

Fonda is sign will store right most half byte.

-SK.

Is This Answer Correct ?    3 Yes 1 No

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / santosh khot

The comp-3 Variables are called packed decimals the values
internally stored in two digits in single byte and 0.5 byte
stores the Sign ie -or + so for ur Question S9(4) Comp-3
takes 3 bytes of space

1234 will occupy Two bytes and Sign takes 0.5 bytes

Is This Answer Correct ?    4 Yes 3 No

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / guest

ans#2 is correct

Is This Answer Correct ?    2 Yes 1 No

How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?..

Answer / djayaramudu

0c 12 34

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More COBOL Interview Questions

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

0 Answers  


Write the syntax of a two dimensional array?

8 Answers   Honeywell, Xansa,


What are the two search techniques ?

2 Answers   iGate,


Explain about level numbers?

3 Answers  


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


what is the difference between PA & PF keys?

1 Answers   IBM,


Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?

5 Answers   IBM,


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

0 Answers  


how to resolve the file status 47.......

1 Answers   MMM,


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


What do you understand by psb and acb?

0 Answers  


Categories