Skip to Content
0
Former Member
May 12, 2008 at 04:56 AM

Formatting doubt - NO-DECIMALS, DECIMALS 0

25 Views

Hi Experts,

Pls. clarify that, wanna to move/write the QUANTITY value from filed 1 to 2, so, data definations r,

DATA: my_quan_type_QUAN type QUAN (normally, 13,3),

my_quan_type_CHAR type C(13),

say, value is my_quan_type_QUAN= 456.123

but, I wanna to hv this value as 456 in my_quan_type_CHAR filed ( i mean, NOT as 456.123!!)

so, pls. suggest me the correct statements.

thanq