Deletes an existing timer definition.
&CONTROL NOSHRVARS
-EXEC $TICALL FUNC=DEL
[ CLASS=classname ]
[ SUBCLASS=subclassname ]
NAME=name
Deletes an existing timer definition.
Operands:
Deletes an existing timer definition.
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.
Specifies a sub-class name, maximum 8 characters.
Specifies a name for this definition, maximum 12 characters. This is a required operand.
Return Codes:
$TICALL completed successfully.
An error occurred. &SYSMSG is set with an error message.
Example: FUNC=DEL
&CALL PROC=$TICALL PARMS=(FUNC=DEL CLASS=USER NAME=CMD1)
| Copyright © 2009 CA. All rights reserved. |
|