I am trying to convert Mainframe file to Unix readable format using below iconv command.
iconv -f IBM-037 -t ISO8859-1 FileA > FileB
This command converts data as expected, but writes output data in one single row. Can someone help on how to handle this file format conversion?