Syntax for the RSUBMIT Statement and Command |
Valid In: | client session |
Syntax | |
Syntax Description | |
Example 1: LISTTASK | |
Example 2: LISTTASK |
Syntax |
LISTTASK <_ALL_|task> ; |
provides status information for the specified task. Identifies the specific task by a name that corresponds to the server-ID that is associated with the CONNECTREMOTE= option in the RSUBMIT or SIGNON statement or command.
See Also: | CONNECTREMOTE= option |
The LISTTASK statement lists information about all tasks in the current server session or about a single active task by name. If neither _ALL_ nor task is specified, information about all current tasks is listed.
Example 1: LISTTASK |
The following LISTTASK statement lists information for all tasks. The appearance of the output varies by operating environment.
listtask _all_; "REMHOST" - - - - - - - - - Type: SAS/CONNECT Process State: RUNNING ASYNCHRONOUSLY "TASK1" - - - - - - - - - - Type: SAS/CONNECT Process State: COMPLETE
Example 2: LISTTASK |
The following LISTTASK statement lists information for the REMHOST task only. The appearance of the output varies by operating environment.
listtask remhost; "REMHOST" - - - - - - - - - - Type: SAS/CONNECT Process State: COMPLETE
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.