DELAY.REX: Difference between revisions

adjusted SLEEP time for specific systems. -- ~~~~
(added the subroutine (program) DELAY.REX (REXX) which emulates the DELAY bif for those REXXes that don't have the DELAY bif. -- ~~~~)
 
(adjusted SLEEP time for specific systems. -- ~~~~)
Line 28:
 
select
when !cms then @cpsleep n%1 "SEC" /*CMS? Use CP SLEEP*/
when !tso then call sleep n %1 /*TSO? Use SLEEP*/
when !regina then call sleep n %1 /*Regina? Use SLEEP*/
when !dos then @ping '-n' n "127.0.0.1 > NUL" /*DOS? use PING */
otherwise nop