Previous Topic: $TICALL FUNC=PUT

Next Topic: $TICALL FUNC=LIST


$TICALL FUNC=DEL

Deletes an existing timer definition.

&CONTROL NOSHRVARS
-EXEC $TICALL FUNC=DEL
            [ CLASS=classname ]
            [ SUBCLASS=subclassname ]
              NAME=name

Deletes an existing timer definition.

Operands:

FUNC=DEL

Deletes an existing timer definition.

CLASS=classname

Specifies a class name, maximum 8 characters. Timer definitions are categorized by class, subclass and a name. The name is mandatory but the class and subclass names are optional.

SUBCLASS=subclassname

Specifies a sub-class name, maximum 8 characters.

NAME=name

Specifies a name for this definition, maximum 12 characters. This is a required operand.

Return Codes:

&RETCODE = 0

$TICALL completed successfully.

&RETCODE > 0

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

Example: FUNC=DEL

&CALL PROC=$TICALL PARMS=(FUNC=DEL CLASS=USER NAME=CMD1)