I don't think that is one of the options. A simple COBOL program will do the job. The output file must have no characters less than space (X'20'). That means no packed-decimal, binary, or floating-point numbers. Also, any signed numeric fields will be much easier to read if they are converted to an edited field or specified as SIGN IS SEPARATE TRAILING CHARACTER.