You can use any
of the following to test for the completion of MP CONNECT tasks:
-
-
SAS/CONNECT Monitor
window from the SAS Explorer
-
-
-
The LISTTASK
statement lists information about a single active task by name or
about all tasks in the current session. For details, see
LISTTASK Statement .
The SAS Explorer
provides a menu selection that enables you to monitor
SAS/CONNECT
tasks that are executing asynchronously (or synchronously) in one
or more server sessions. For details, see
Using SAS Explorer to Monitor SAS/CONNECT Tasks .
The
CMACVAR macro variable can be programmatically queried to learn the
processing status (completed, failed, in progress) of an MP CONNECT
task. For details, see
RSUBMIT Statement and Command .
The NOTIFY=YES
option requests the display of a notification message window to report
the completion of an MP CONNECT task. For details, see
RSUBMIT Statement and Command .
The WAITFOR statement makes the current
SAS session wait for the completion of one or more asynchronously
executing tasks that are already in progress. For details, see
WAITFOR Statement .