On Fri, 11 Apr 2008 16:45:01 +0200, Lindy Mayfield <[EMAIL PROTECTED]> wrote:
>Couple of system rexx questions that I couldn't find in any docs (or in >the SHARE presentation): > >What is the member TSOX from Ed J. in SYS1.SAXREXEC used for? Don't have the presentation... > >Is there a way in system rexx to wait x number of seconds? > IIRC, OMVS is not supported for system rexx, so you can't use syscall sleep (which is what I prefer to use these days since it is a supported native interface). You should be able to use a user written sleep function. The one I use (or used to use) was from Rob Scott. It may still be on his web site. ... checking... ah... it moved, but I found it: http://www.searchengineconcepts.co.uk/mximvs/rexx-functions.shtml Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

