Previous Page | Next Page

Statements

SYSECHO Statement



Fires a global statement complete event and passes a text string back to the IOM client.
Valid: anywhere
Category: Program Control
Restriction: Has an effect only in objectserver mode

Syntax
Without Arguments
Arguments
Details

Syntax

SYSECHO <"text">;

Without Arguments

Using SYSECHO without arguments sends a global statement complete event to the IOM client.


Arguments

"text"

specifies a text string that is passed back to the IOM client.

Range: 1-64 characters
Requirement: The text string must be enclosed in double quotation marks.

Details

The SYSECHO statement enables IOM clients to manually track the progress of a segment of a submitted SAS program.

When the SYSECHO statement is executed, a global statement complete event is generated and, if specified, the text string is passed back to the IOM client.

Previous Page | Next Page | Top of Page