Hello together,
i knew this is not still the right forum, but i think there are a lot of ibm-host programmers here and i hope that anyone can help me.
i have a little problem and hope anyone can help me.
I must receive a ascii file from a unix host to store it on an mvs-host. First problem is that the file is line-sequential und some data in the records looks like an CR/LF, so when i transfer it in TYPE A the file on the mvs-host has more CR and the records are damaged.
So i transfer it in TYPE I an WRAP the records fix after 255 byte.
No i have an ascii fle on the mvs-host and must converted it in ebcdic. An ascii to ebcdic converter works fine on that file but uses a lot of cpu-time.
So i had the idea to translate it via ftp on the same host.
he ftp statements looks like these:
USER
PASSWORT
TYPE A
GET ASCII-FILE 'EBCDIC-FILE-NAME'
quit
But it won't work. The new file is not converted
Does anyone know waht i did wrong ??
Thanks for your help
Regards
i knew this is not still the right forum, but i think there are a lot of ibm-host programmers here and i hope that anyone can help me.
i have a little problem and hope anyone can help me.
I must receive a ascii file from a unix host to store it on an mvs-host. First problem is that the file is line-sequential und some data in the records looks like an CR/LF, so when i transfer it in TYPE A the file on the mvs-host has more CR and the records are damaged.
So i transfer it in TYPE I an WRAP the records fix after 255 byte.
No i have an ascii fle on the mvs-host and must converted it in ebcdic. An ascii to ebcdic converter works fine on that file but uses a lot of cpu-time.
So i had the idea to translate it via ftp on the same host.
he ftp statements looks like these:
USER
PASSWORT
TYPE A
GET ASCII-FILE 'EBCDIC-FILE-NAME'
quit
But it won't work. The new file is not converted
Does anyone know waht i did wrong ??
Thanks for your help
Regards