- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp'ing special characters from mainframe to H...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:04 AM
тАО08-17-2000 08:04 AM
I am wondering if any of you have encountered this kind of situation:
We have some data on a mainframe (native EBCDIC) that have accented characters (ie. French characters) in them. We need to get these files off the mainframe with ftp onto our HPUX 10.20 box, however, the characters that arrive are completely different from what they are on the mainframe. Here is a list of things I have tried:
0. tried transfering data as binary, it did not work
1. Set the LANG=fr_CA.iso885915 and tried ftp'ing (first to a file, and next to the screen with "-" but did not work)
2. Tried ftp from a Wintel box with the same results.
3. Tried setting ftp type to ebcdic, once we were logged in on the mainframe and it failed.
I guess the question is, is there a way to move data with special characters from a mainframe to a unix box and maintain the characters?
An alternative I am considering, is to map out all the characters on the mainframe side and find out what they translate to when they get to the unix side, and then use tr to convert the data. (obviously, the problem with that is what happens to unexpected translations?)
Anyone? Thanks in advance.
Kofi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:10 AM
тАО08-17-2000 08:10 AM
Re: ftp'ing special characters from mainframe to HPUX10.20
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:12 AM
тАО08-17-2000 08:12 AM
Re: ftp'ing special characters from mainframe to HPUX10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:16 AM
тАО08-17-2000 08:16 AM
Re: ftp'ing special characters from mainframe to HPUX10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 08:31 AM
тАО08-17-2000 08:31 AM
Re: ftp'ing special characters from mainframe to HPUX10.20
W3592918.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2000 02:33 PM
тАО08-17-2000 02:33 PM
Re: ftp'ing special characters from mainframe to HPUX10.20
A suggestion is to write a custom translation table (routine) on your mainframe wherein you translate EBCDIC to EBCDIC and the one or two special characters in question to some character of your choice. You can use FTP to translate EBCDIC to ASCII when you push it to the HP server, or perhaps its better to convert the EBCDIC file to ASCII while still on the mainframe and then do the FTP. In either case, knowing positionally where your special character(s) occur may help you translate (re-map) the chanracter(s) once on the HP server.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2000 06:11 AM
тАО08-18-2000 06:11 AM
Re: ftp'ing special characters from mainframe to HPUX10.20
once again, thanks all!