Good point. "Give me the problem, not the solution" probably applies here. (and too often in general). People asking "how do I do xyz" instead of describing what their real problem is to begin with.
The the OP: If this is your problem, then you can change the SYSPRINT to a data set (GDG?) if you need that output. I've never tried it with a SUB=MSTR STC, but I wonder if /dev/console would work. 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 On Thu, 18 Dec 2008 15:49:51 -0500, Martinez, Frank J <[email protected]> wrote: >Probably because you have a //SYSPRINT DD SYSOUT=*' somewhere. Make it a 'DD DUMMY' and away you go. > >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of SUBSCRIBE IBM-MAIN M. Ioia >Sent: Thursday, December 18, 2008 3:31 PM >To: [email protected] >Subject: Re: How to delay until JES2 has finished startup > >Well, I care because this STC runs under MSTR. That is, it is started with >SUB=MSTR parameter. However, for some reason, it still fails if JES has not >yet started, so I want to delay it from starting until JES has finished. > >---------------------------------------------------------------------- >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 ---------------------------------------------------------------------- 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

