Chapter Contents

Previous

Next
SYSTASK LIST

SYSTASK LIST



Lists asynchronous tasks

Valid: anywhere
OS/390 specifics: all


Syntax
Details
See Also

Syntax

SYSTASK LIST <_ALL_ | taskname> <STATE>;

_ALL_
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.

STATE
displays the status of the task, which can be Start Failed, Running, or Complete.

taskname
requests information for one remotely submitted task. If the task name contains a blank character, enclose taskname in quotes.


Details

Task names can be listed with the SYSTASK LIST statement. These task names are assigned on other hosts and are supplied to the OS/390 SAS session via RSUBMIT commands or statements in SAS/CONNECT software.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.