Jon Brock wrote:
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
I don't understand. You don't have to wait for telnet.
You can do this under omvs directly.
<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>
--
Kind regards,
-Steve Comstock
The Trainer's Friend, Inc.
303-393-8716
http://www.trainersfriend.com
z/OS Application development made easier
* Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques
----------------------------------------------------------------------
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