awk  ' {
file="INFGES/"$1
print file
print "S^3^"$(NF-1) >>file
print "S^4^"$NF >>file
print "S^5^2019" >>file
} ' CORR

