Summary of SAS/CONNECT Script Statements
|
|
|
Stops execution of a
script immediately and signals an error condition.
|
|
|
|
Controls the display
of characters that are sent from the server session while a WAITFOR
statement executes.
|
|
Redirects execution
to the specified script statement.
|
|
Checks conditions before
the execution of labeled script statements.
|
|
Displays a prompt to
the user that requests a response for the server session.
|
|
Sends a message to the
client session SAS LOG window.
|
|
Sends a message in a
window to the client session.
|
|
Signals the end of a
routine.
|
|
Specifies a pause until
conditions are met (an alias for WAITFOR).
|
|
Stops execution of a
script under normal conditions.
|
|
Displays script statements
as they execute.
|
|
Sends characters to
the server session as if they were typed at a
terminal.
|
|
Specifies a pause until
conditions are met.
|
For more information see: