Hi,
I need to sum up based on certain numeric fields and i just want to change the pattern of display using mask
Input;
12341000
12342050
12341040
12351000
12355050
output:
123440.90
123560.50
My SORT card is,
SORT FIELDS=(1,4,CH,A)
SUM FIELDS=(5,4,ZD) but when i tried
SUM FIELDS=(5,4,ZD,M14) -> IT says syntax error. i have even tried SUM FIELDS=(5,4,ZD,EDIT=(TT.TT))
Please help me out..