VTAMAPPL also works on ADCD versions of z/OS ......we use it all the time and it has a pause for x secs, not sure about waiting for an event to occur.. Scott J Ford
________________________________ From: Mark Zelden <[email protected]> To: [email protected] Sent: Thursday, December 18, 2008 10:04:41 AM Subject: Re: How to delay until JES2 has finished startup On Thu, 18 Dec 2008 09:27:08 -0500, Dave Quinton <[email protected]> wrote: >You could place the START commands for the STCs at the end of the JES2 startup >parms, as $VS commands. > I've done this and a combination of an IEBEDIT STC to submit JOB(s) to the INTRDR in the past. If you don't want a "pure z/OS" solution, I've been using the COMMAND package from file 19 of the CBT collection (http://www.cbttape.org) for years in my sandbox LPARs to automate the IPL and shutdown. It has must less overhead than running our AO software... and the sysprogs have control over it. :-) At IPL time I just have an entry in COMMNDxx of "S STARTSYS" - which is a STC executes COMMAND and for shutdown I use "S SHUTSYS,SUB=MSTR" which shuts everything down and even issues the "V XCF,sysname,OFFLINE". BTW, you're not the first to ask for suggestions. Search the archives. 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 ---------------------------------------------------------------------- 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

