By default, Ironstream converts FILELOAD data to ASCII before forwarding. With this PTF, a new parameter has been added to the FILELOAD Configuration so that you can choose to convert from EBCDIC to ASCII or pass it on without conversion if it already has the required encoding. The parameter is:
"FILELOAD_ASCII_CONVERT":"YES|NO"
Where:
YES – data is converted from EBCDIC to ASCII. For backwards compatibility, this is the default.
NO – data is forwarded as-is with no conversion.