Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
FTP Extended ASCII to mainframe

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
shahin

New User


Joined: 24 Feb 2006
Posts: 7
Location: calicut

PostPosted: Mon Jul 28, 2008 3:14 pm    Post subject: FTP Extended ASCII to mainframe
Reply with quote

When we ftp a file from JAVA to mainframe with the below transfer type
ftp.setType(FTPTransferType.ASCII)
the special characters (having ASCII value greater than 128) are getting changed. But when we manually do the ftp in text mode the special characters are intact. Can you pls help us.
Back to top
View user's profile Send private message
References
Moved: Mon Jul 28, 2008 3:46 pm by superk From Mainframe COBOL to Other Mainframe Topics
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 964
Location: Atlanta, GA

PostPosted: Mon Jul 28, 2008 5:02 pm    Post subject:
Reply with quote

Sounds reasonable to me. ASCII is a technical definition for a 128-character set of bits. So-called 'extended ASCII' is not standard and may be handled differently by different packages. You need to find out more about the Java API you're using -- it may not be possible to transfer characters in the range 128 to 255 without using Image transfer.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8771
Location: 221 B Baker St

PostPosted: Mon Jul 28, 2008 8:53 pm    Post subject:
Reply with quote

Hello,

Quote:
it may not be possible to transfer characters in the range 128 to 255 without using Image transfer.
You should not need to specify image transfer. 8-bit ascii (rather than 7-bit ascii) transfers transparently (as you have seen with the manual ftp).

As Robert suggests, you need to look at the "rules" of the Java API you are using or possibly use standard ftp, not some custom API.

Keep in mind that while the transfer "works" the ascii and ebcdic values are not the same.

Possibly there is something i misunderstand.
Back to top
View user's profile Send private message
shahin

New User


Joined: 24 Feb 2006
Posts: 7
Location: calicut

PostPosted: Tue Jul 29, 2008 2:46 pm    Post subject:
Reply with quote

Thanks a lot Robert Sample and dick scherrer for the valuable information
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1