Execute an Entire Connection task.
EXECTASK taskname [taskparameter] ...
taskname is a task defined to Entire Connection.
taskparameter is a parameter that corresponds to an input parameter that is required by the specified task. You can also specify several task parameters, separated by blanks.
Execute the task EDITOR
, which invokes a local editor,
without parameters:
EXECTASK EDITOR
Execute the task EDITOR
, which invokes a local editor,
with parameters (in this case, the name of the file to be edited):
EXECTASK EDITOR Myfile.abc
Execute the task MYTASK
using the value contained in the
local variable #PARM1
:
EXECTASK MYTASK #PARM1
Execute the task which is defined in the local variable
#PARM1
:
EXECTASK #PARM1
None
Procedure File: | Yes |
Command Line: | Yes |
Key: | Yes |
API: | No |