Previous Page | Next Page

SAS/CONNECT Script Statements

NOTIFY



Sends a message in a window to the client session.

Syntax
Syntax Description

Syntax

NOTIFY 'message';

Syntax Description

'message'

is a text string that must be enclosed in quotation marks.

Details

The NOTIFY statement sends a message to the user on the client by creating a window that displays the message. The user must select CONTINUE to clear the window. The NOTIFY statement is similar to the LOG statement, but it enables you to highlight messages that might not be noticed in the log.

Previous Page | Next Page | Top of Page