Previous Page | Next Page

SAS/CONNECT Script Statements

ECHO



Controls the display of characters that are sent from the server while a WAITFOR statement executes.

Syntax
Syntax Description

Syntax

ECHO ON | OFF;

Syntax Description

ON

specifies that the characters are displayed.

OFF

specifies that the characters are not displayed. This is the default.

Details

The ECHO statement is useful when you are debugging a script.

Previous Page | Next Page | Top of Page