RE: TCP/IP Translate Table
- From: Dean.Montevago@xxxxxxxxxxxx (Dean Montevago)
- Date: 21 Jul 2006 07:19:23 -0700
Thanks !!
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@xxxxxxxxxxxx
Behalf Of McKown, John
Sent: Friday, July 21, 2006 9:43 AM
To: IBM-MAIN@xxxxxxxxxxx
Subject: Re: TCP/IP Translate Table
-----Original Message-----
From: IBM Mainframe Discussion List
[mailto:IBM-MAIN@xxxxxxxxxxx] On Behalf Of Dean Montevago
Sent: Friday, July 21, 2006 8:15 AM
To: IBM-MAIN@xxxxxxxxxxx
Subject: TCP/IP Translate Table
Hi,
One of the developers is attempting to FTP files to MVS that are in
Spanish. He's having issues with some of the characters. Is there a
translate table that will take care of this ? I checked the IP Users
Guide and only see tables for kanji.
TIA
Dean
Dean Montevago
Look to see if you have <hlq>.SEZATCPX(ESPANISH). On my system <hlq> is
TCPIP, some others use SYS1.
Use CONVXLAT to "compile" this to <hlq>.ESPANISH.TCPXLBIN. My JCL looks
like:
//S00100 EXEC PGM=CONVXLAT,
// PARM='''hlq.SEZATCPX(ESPANISH)'' ESPANISH.TCPXLBIN'
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY,BLKSIZE=80
To use this, the ftp user must issue the command:
QUOTE SITE SBD=hlq.ESPANISH.TCPXLBIN
or
QUOTE SITE XLATE=ESPANISH
If the FTP is being started from the z/OS side, then use the LOCSITE
command.
--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology
This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its
content is protected by law. If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
- Prev by Date: Re: TCP/IP Translate Table
- Next by Date: Re: z/Architecture design errors
- Previous by thread: Re: TCP/IP Translate Table
- Next by thread: RE: TCP/IP Translate Table
- Index(es):
Relevant Pages
|