Posted: Thu Sep 07, 2006 11:58 am Post subject: Packed decimal not displaying in the correct position
Members,
I have an input record which contains 4 fields and they are :
1-2 character AB
3-10 numeric 99999999
11-18 packed decimal some values (15,2)
19-26 packed decimal some values (15,2)
I want to select the fields from 19-26 first which is packed decimal to an output report in first line and then numeric fields 3-10 in the second line.
The value in the packed decimal when i saw in ZD is 000000012345678
Code:
+123,456.78
99999999
But when i try the code below i am getting the output in the first line after 10 spaces that is the output is starting after 10 columns but the second output is coming correctly.Please help me out.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum