Execute timer and setup for next timer.
&CONTROL NOSHRVARS -EXEC $TICALL FUNC=NEXT
Execute timer and setup for next timer. Any commands that are due at this time will be executed. The time of the next timer due will be calculated and a timer set to execute the 'NEXT' function at that time (or 1 second past midnight tomorrow morning).
The NEXT function call is issued internally automatically. Generally, there is no need for this call to be issued explicitly.
Operands:
Setup for next timer.
Return Codes:
$TICALL completed successfully.
An error occurred. &SYSMSG is set with an error message.
Example: FUNC=NEXT
&CALL PROC=$TICALL PARMS=(FUNC=NEXT)
| Copyright © 2009 CA. All rights reserved. |
|