In <[EMAIL PROTECTED]>, on 09/19/2008
   at 08:27 PM, Claudio Marcio <[EMAIL PROTECTED]> said:

>How do I convert a member with data EBCDIC to ASCII in the TSO
>environment?

You almost certainly don't want to convert to ASCII, but rather to some
code page that matches ASCII for code points 40-FE. Your first step is to
determine which code pages are appropriate for your application. Note that
there are multiple EBCDIC code pages, so you need to determine both the
appropriate input page and the appropriate output page.

There are several different conventions for ending lines. You need to
determine whether you need conversion between two of

    End of logical record
    EBCDIC NL
    CRLF
    LF

Read up on iconv.

Once you've done that, the suggestions that others have posted here should
work.
 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
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

Reply via email to