Summary of SAS/CONNECT Script Statements

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