Scheduler / Scheduling task in Arev (AREV Specific)
At 06 APR 2001 07:54:07AM Dave Berkovsky wrote:
Can someone recommend a scheduler program for Arev 3.12
Or any other method how to schedule task in Arev.
Thanks in advance
At 07 APR 2001 04:05AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
There are several ways to schedule a task.
One is to use the operating system. Windows NT & 2000
support tasks which can be scheduled. Your AREV
process can be loaded from the VOC LOGIN script.
Another way is to have AREV handle the scheduling, so
a process would do something like:
<code>
START.TIME=' CALL MSG('Enter start time as hh:mm','RC',START.TIME,START.TIME) START.TIME=ICONV(START.TIME,'MT') NOW=' LOOP
YIELD()WHILE NOW The Sprezzatura Group[/url]
World Leaders in all things RevSoft
At 09 APR 2001 02:41PM Dave Berkovsky wrote:
Thanks. I will give it a try.
At 10 APR 2001 09:26AM Dave Harmacek wrote:
You can place code to run Post Indexing, especially if you have a dedicated indexing machine/process. Then, examine the time of day or devise some way of running things once per day, per week, per month.