Retrieves an existing timer definition.
&CONTROL SHRVARS=($TI)
-EXEC $TICALL FUNC=GET
[ CLASS=classname ]
[ SUBCLASS=subclassname ]
NAME=name
[ OPT={ file get option | KEQ } ]
Retrieves an existing timer definition.
Operands:
Retrieves 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.
Specifies the FILE GET OPTION. This option is passed to the VARTABLE GET and FILE GET verb calls. Valid values include:
Note: Refer to &FILE GET and &VARTABLE GET documentation for more information on these values. The default is KEQ.
Return Codes:
$TICALL completed successfully. Data is returned in the following variables:
CATCHUP
CLASS
Create date
COMMAND
DELEXP
EDATE
ETIME
FREQ
FTYPE
KEEP
LIMIT
NAME
ROUTE
SDATE
STATUS
STIME
SUBCLASS
Create/modify user ID
User authority of $TIUSER
Modified date
Modified time
An error occurred. &SYSMSG is set with an error message.
Examples FUNC=GET
&CALL PROC=$TICALL SHARE=($TI>) PARMS=(FUNC=GET CLASS=USER + NAME=CMD1) * Timer &$TICLASS/&$TISUBCLASS/&$TINAME data returned
| Copyright © 2009 CA. All rights reserved. |
|