Re: SSH on Z/OS 1.4

From: fjchia (chiavoni_at_yahoo.com)
Date: 07/29/05


Date: 29 Jul 2005 14:52:12 -0700

Jelle de Vries wrote:
> Hello,
>
> I recentely installed IBM Ported Tools on Z/OS 1.4
> When I login to USS through SSH all goes well but when I transfer a text
> file to USS file system the file command tells me that it's a binary file. I
> selected for the client the option to transfer as a ascii file but still no
> cigar.
> Anyone any ideas?
>
> Regards,
>
> Jelle

Jelle,

Take a look at the iconv command -

iconv -f ISO8599-1 -t IBM-1047 your.ascii.file > ebcdic.file

I'm not sure if this is correct. Reference the z/OS C/C++ Programming
Guide
for the conversion table names.

Good luck....

Frank