The mainframe guys say it's an unfortunate but intentional working-as-designed fudge of the iconv results to make the preferred line separator (0x15)map to/from 0x0A. Seems like safest would be to not use a table for conversion but instead go through the same iconv that we're using to convert the data?
On Mon, Aug 1, 2016 at 12:45 PM, Eric Covener <cove...@gmail.com> wrote: > On Mon, Aug 1, 2016 at 12:41 PM, Eric Covener <cove...@gmail.com> wrote: >> Looks like iconv on z/os changes behavior when stdout is a terminal, >> so that taints some of my observations. Will revisit soon. > > This bit is a false alarm. -- Eric Covener cove...@gmail.com