79640997

Date: 2025-05-27 18:19:50
Score: 1
Natty:
Report link

I know you have probably solved this by now. However if I were going to be doing something like this, and I have, I would not download the data in EBCDIC. I would create a custom translate table on the z/OS side and then use FTP, with SSL enabled of course, in TEXT mode and let z/OS translate the data from EBCDIC to ASCII.

Or if you have one of PKWare's or Data21's "ZIP" programs, create a custom translate table for it and compress the data as text and let them convert from EBCDIC to ASCII. Then download the compressed file in binary mode.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: jgilt62