Skip to Content
0
Dec 21, 2007 at 03:40 AM

Simple problem

20 Views

I have faced a small problem...but its irritating......

DATA:a type p decmals 2 value '8.75'.

DATA:b type p decmals 2 value '8.75'.

data:c type p decimals 2.

c = a / b.

here c must contain 1.

but for me its storing as 0.01.

what may be the problem.....Anybody faced this kind of issue...