[I realize there is a discussion listspecific to TCP/IP. I will try there if IBM-MAIN cannot help...]

I'm transferring text files using batch FTP from one z/OS system to another. The transfer specifies (among other things):

locsite sbdataconn=(IBM-1047,IBM-850)
locsite ctrlconn=IBM-850
ascii
put file.name

There is a copyright symbol in the file that looks like this (under ISPF):

 ------------------------------------------------------------------------------
International. Copyright © 1990-2013 by Phoenix
C9A8998A8998944C99A9888A4B4FFFF6FFFF48A4D89898A444444444444444444444444444444444
9535951396513B036789978304019900201302807865597000000000000000000000000000000000

The x'B4' copyright symbol is being converted by FTP to a x'F8' numeric eight symbol.

 -------------------------------------------------------------------------------
International. Copyright 8 1990-2013 by Phoenix
C9A8998A8998944C99A9888A4F4FFFF6FFFF48A4D89898A444444444444444444444444444444444
9535951396513B036789978308019900201302807865597000000000000000000000000000000000

Looking at the messages produced by the job, I see the following (twice):

IEF237I 8211 ALLOCATED TO SYS00003
IEF285I   TCPIP.STANDARD.TCPXLBIN                      KEPT
IEF285I   VOL SER NOS= ZDRES2.

This seems to suggest that the 'ctrlconn' and 'sbdataconn' specifications are being ignored and the default translation table is being used.

I can try switching to a pureEBCDIC text transfer, but that should not be necessary. The IBM-850 code page supports the copyrightsymbol.

What am I doing wrong here?

--
Edward E Jaffe
Phoenix Software International, Inc
831 Parkview Drive North
El Segundo, CA 90245
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to