Previous Topic: $TICALL FUNC=LIST

Next Topic: $TICALL FUNC=STOP


$TICALL FUNC=START

Starts timer processing.

&CONTROL NOSHRVARS
-EXEC $TICALL    FUNC=START

Starts timer processing. This is issued automatically at region startup.

Operands:

FUNC=START

Starts timer processing.

Return Codes:

&RETCODE = 0

$TICALL completed successfully.

&RETCODE > 0

An error occurred. &SYSMSG is set with an error message.

Example: FUNC=START

&CALL PROC=$TICALL PARMS=(FUNC=START)