Statements under z/OS |
Valid: | anywhere |
z/OS specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
SYSTASK LIST <_ALL_ | taskname> <STATE>; |
specifies all active tasks in the system. A task is active if it is running, or if it has completed and has not been waited for using the WAITFOR statement on the remote host that submitted the task.
displays the status of the task, which can be Start Failed, Running, or Complete.
requests information for one remotely submitted task. If the task name contains a blank character, enclose taskname in quotation marks.
Details |
Task names can be listed with the SYSTASK LIST statement. These task names are assigned on other hosts and are supplied to the z/OS SAS session via RSUBMIT commands or statements in SAS/CONNECT software.
The preferred method for displaying any task (not just SAS/CONNECT processes) is to use the LISTTASK statement instead of SYSTASK LIST. For more information about LISTTASK, see "LISTTASK Statement" in SAS/CONNECT User's Guide.
See Also |
SAS/CONNECT User's Guide
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.