Previous Topic: $TICALL FUNC=DEL

Next Topic: $TICALL FUNC=START


$TICALL FUNC=LIST

Lists a set of existing timer definition.

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

Lists a set of existing timer definitions.

Operands:

FUNC=LIST

Lists a set of existing timer definition.

CLASS=classname

Specifies a class name, maximum 8 characters. Timer definitions are categorized by class, subclass and a name.

SUBCLASS=subclassname

Specifies a sub-class name, maximum 8 characters.

NAME=name

Specifies a name for this definition, maximum 12 characters.

Return Codes:

&RETCODE = 0

$TICALL completed successfully.

&RETCODE > 0

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

Example: FUNC=LIST

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