Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!emx.utexas.edu From: zebr360@emx.utexas.edu (Jerry Heyman) Newsgroups: comp.unix.misc Subject: Re: EBCDIC <--> ASCII conversion Summary: Translation already done Message-ID: <37848@ut-emx.uucp> Date: 3 Oct 90 02:49:23 GMT References: <1756@dinl.mmc.UUCP> Sender: zebr360@ut-emx.uucp Distribution: na Organization: The University of Texas at Austin; Austin, Texas Lines: 22 In article <1756@dinl.mmc.UUCP> noren@dinl.UUCP (Charles Noren) writes: >We are communicating between Sun 3 (with SunOS 4.0.3) and an >IBM Mainframe (don't know the model, we're not IBM jocks) >via TCP/IP. Our question, is there any program in Netland >that converts back and forth between EBCDIC and ASCII >(preferrably in C, but we will take any example)? > Why would you be looking for such a program? I have an IBM RT on my desk (and access to a Risc System/6000) which is ASCII based, and use 'ftp' from our VM host all day. I don't even think about doing a conversion of the files as that is taken care of automatically. If you're really paranoid about it, then you can as another poster suggested, use dd. >Thanks, > > Chuck Noren I think you're trying to solve a problem that doesn't exist. jerry