I'm trying to port a REXX utility program from z/VM to z/OS. It will do I/O (reading and writing regular QSAM files), but the wrinkle is that it cannot run in the TSO batch environment (most of the jobs that will use it aren't associated with a TSO userid).
Not sure why this matters.
Is this possible? If so, where would I find reference info on how to do it? I've turned Google and the IBM Publications web site upside down looking, with no luck.
The TSO/E REXX environment is the most robust on the platform. There are alternatives:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4A370/8.2 http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4A370/8.3 But, I suggest you avoid them if you can. This table explains why: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4A370/8.6 -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 [EMAIL PROTECTED] http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- 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

