AIPS HELP file for GO in 31DEC09
As of Fri Nov 20 18:31:39 2009
GO: Verb to detach a task from AIPS for execution
INPUTS
TASK Task name
DOWAIT -1.0 1.0 Wait to finish task before
resuming AIPS?
VERSION
Version of task desired.
Task name may be inserted as an immediate argument
i.e GO TASK or GO 'TASK'
HELP SECTION
GO
Type: Pseudoverb
Use: Starts shed tasks and passes parameters to them. Tests
adverb values to see if they are in range.
Adverbs:
TASK.....Requested task name (5 characters or less).
DOWAIT...Logical adverb. True (> 0) specifies that AIPS
not resume until the requested task has finished.
VERSION..Desired version of the task, i.e. 'NEW', 'OLD'. See
HELP VERSION for details.
Grammar: GO or GO taskname
The first starts the task referred to by the
adverb TASK. The second starts the task 'taskname'.
Examples: TASK='CNTR'; GO Starts the task CNTR
GO PRTPL Starts the task PRTPL.
Note that the adverb TASK is not set to 'PRTPL' in
the second example.
EXPLAIN SECTION