Page 1 of 1

Timer in REXX

PostPosted: Sat Jul 25, 2009 3:53 am
by pamadhan
I want to develop a utility using REXX that should be notify some message for every 1 hour or some interval.Can you help me to proceed.It is possible to do timer logic in REXX?

Regards,
Madhan.

Re: Timer in REXX

PostPosted: Sat Jul 25, 2009 6:01 am
by MrSpock
Look at the TIME function, or the Unix SLEEP command.

Re: Timer in REXX

PostPosted: Sat Jul 25, 2009 8:31 am
by dick scherrer
Hello,

While this is possible, why do you want to do this?

What resources to you intend to permanently exclude from other use?

Have you talked with your scheduling people to determine if what you want might be accomplished simply scheduling the process to provide whatever "notify" you want?