On Fri, 19 Sep 2008, Claudio Marcio wrote: > Hello, > > How do I convert a member with data EBCDIC to ASCII in the TSO environment? > > thanks > Claudio
A bit more information, please. Are you meaning in ISPF edit? Or do you mean a TSO command processor to do it? That is, some command such as: E2A input.ebcdic.file output.ascii.file ? In the latter case, you could possibly use the OCOPY command. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA580 OCOPY INDD(EBCDIC) OUTDD(ASCII) TEXT CONVERT(BPXFX311) FROM1047 This translates from EBCDIC code page 1047 (C language, UNIX) to ASCII code page ISO8859-1. -- Q: What do theoretical physicists drink beer from? A: Ein Stein. Maranatha! John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

