> No need for PGM=WAIT from from I can see:
> 
> //WAIT EXEC PGM=BPXBATCH,PARM='SH sleep 10s'
> //STDOUT DD SYSOUT=*
> //STDERR DD SYSOUT=*
> //SYSIN  DD PATH='/dev/null',
> // PATHOPTS=(ORDONLY)
> 
Well, I wrote mine before I could spell USS let alone BPXBATCH :) 
And strangely, I can't find it. I looked at the WAITSECS proc I have and
found:

//WAITSECS PROC SECONDS='60'

//* RUN THROUGH JCLPREP ON 03/29/2002 AT 15:53:17 BY GIBNEY

//*********************************************************************

//* Wait for &SECONDS

//*********************************************************************

//SLEEP    EXEC PGM=BPXBATCH,PARM='SH sleep &SECONDSs'

//STDOUT   DD  PATH='/dev/null'

//STDIN    DD  PATH='/dev/null'

//STDERR   DD  PATH='/dev/null'


Dave Gibney
Information Technology Services
Washington State University

> --
> John McKown
> Systems Engineer IV
> IT
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to