I am trying to calculate sum of float values in column 714 and this value has length of 10 bytes....
But if my sum is greater than 10 bytes then also i need correct sum.
e.g
1------------10---------------------------------714---------------723
04/19/2014 5600000.00
04/19/2014 6000.00
04/14/2014 5000000.00
Then i want output in another file as:
Sum 10600000.00
Please help me...
But if my sum is greater than 10 bytes then also i need correct sum.
e.g
1------------10---------------------------------714---------------723
04/19/2014 5600000.00
04/19/2014 6000.00
04/14/2014 5000000.00
Then i want output in another file as:
Sum 10600000.00
Please help me...