Hi all
Please help,
I would like to print a statistic for the fields using ICEMAN
say prefer astatistic of 2 fields A and B
A start at pos 83,10,ch
B start at pos 1,9,ch
so for each type in field A, count number of rows in filed B for each type in field A
for ex:
input file :
A B
aaaa 123458798
aaaa 125623469
aaaa 368859008
abcd 769843578
abcd 688767897
...
output file the statistic like:
aaaa 3
abcd 2
...
Thanks a lot
Danielle