To my knowledge there are two ways in rexx to "sleep" :

/* REXX */ 
/* 
How to make rexx wait for 5 seconds .... 
ILBOWAT0 is an LE supplied program 
*/ 
  X=5 
  PARM=D2C(X,4) 
  ADDRESS LINKPGM "ILBOWAT0 PARM" 
/* 
Alternatively you can use a USS program as follows 
*/ 
  bpxbatch "pgm /bin/sleep 5s" 

They both work .... Whichever is the best performer, however, I have no 
clue .... 
 
 



"Elardus Engelbrecht" <elardus.engelbre...@sita.co.za> 
Sent by: "IBM Mainframe Discussion List" <IBM-MAIN@bama.ua.edu>
18/05/2010 11:30 AM
Please respond to
"IBM Mainframe Discussion List" <IBM-MAIN@bama.ua.edu>


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: Time Parameter








Elardus Engelbrecht wrote:

[ ... some rubbish ... ]

Please disregard my previous post, the sleep function in my rexx is not 
the 
correct one as intended. 

Michel, you are 100% correct and thanks for your post and the SUBCOM 
statements.

Sorry to all....

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
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



This e-mail message, including any attachments transmitted with it, is 
CONFIDENTIAL and may contain legally privileged information. This message is 
intended solely for the use of the individual or entity to whom it is 
addressed. If you have received this message in error, please notify us 
immediately and delete it from your system. Please visit our website to read 
the full disclaimer: http://www.euroclear.com/site/public/disclaimer

Reply via email to