Thanks for the tip.  I haven't tried accessing OMVS from a telnet
session yet.  When I do, I plan to give this a try.

Jon


<snip>
The following works for me:

    #! /bin/sh

    # DOS text to UNIX -- convert <CR><LF> to <LF>

    exec sed -e 's/^M$//' "$@"

... where "^M" represents an actual 0x0d character, entered in
vi by pressing ctrl-V Return.  One could presumably do likewise
with OEDIT HEX ON.
</snip>

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