|
View previous topic :: View next topic
|
| Author |
Message |
preethiuday
New User
Joined: 30 Mar 2007 Posts: 3 Location: proddatur
|
|
|
|
Hi,
I want a Variable declaration(datatype) in PLI Program where it should take both the negative and positive numbers according to the input.
I have tried using 999.99R and Fixed Decimal but it dint work.
Please help!! |
|
| Back to top |
|
 |
PeD
Active User

Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
| S999.99 |
|
| Back to top |
|
 |
cheryala
New User
Joined: 20 Mar 2006 Posts: 47
|
|
|
|
Hi,
you can use either PICTURE variable or DEC FIXED variable..But before that we need the precision that you want for the variable ..
Regards,
Raj |
|
| Back to top |
|
 |
|
|