Using awk is it doable to separate values based on a certain record?
Let's say we have following file:
ACCJSH PREMIUM
I5001
7
5976
7
@#
0.2
5195
5231
0.2
@#
39
5197
39
@#
If we take the @# for example, groups will be: 
ACCJSH PREMIUM
I5001
7
5976
7
and
0.2
5195
5231
0.2
and
39
5197
39