[EMAIL PROTECTED] wrote:
Hello,
I've been tasked with creating Unicode files from a z/OS 1.4 machine
and
FTPing them to a Unix server. I have tried issuing a FTP with UCs2
subcommand
and I keep getting a 40500 return code. This is the FTP commands I'm
issuing:
[ip address]
[user id]
[password]
PWD
UCs2
PUT 'DBXP.SDB2P.PARTTAB.UNLOAD' test.part.unicode.txt
CLOSE
QUIT
Can anyone see what I might be doing wrong? Is there another was to
convert
the data into Unicode? Thank you for any help!!
Dave Schaeffer
Not sure but I beleive that the Unix based ftp server may not support
Unicode. After you enter the UCs2 command what do you get? Do you know
for sure that the Unix ftp server supports Unicode on file transfers?
The code 40500 means that the ftp server is issuing the FTP return code
500. Generally a code 500 means that something is wrong with the
command. Are you getting the 500 after the UCs2 or after the PUT.
I just ftp'ed from z/OS to z/OS using the UCs2 option and it worked fine.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html