SAS Institute. The Power to Know

SAS/CONNECT(R) 9.2 User's Guide

space
Previous Page | Next Page

SAS/CONNECT General SAS System Options

CONNECTOUTPUT= System Option



For a synchronous RSUBMIT, directs the server's output and log to the client session.
Server: Optional
Alias: COUTPUT
Default: BUFFERED
Valid in: configuration file, OPTIONS statement, SAS System Options window, SAS invocation
Category: Communications: Networking and Encryption
PROC OPTIONS Group= Communications

Syntax
Syntax Description
Details
See Also

Syntax

CONNECTOUTPUT= BUFFERED | IMMEDIATE

Syntax Description

BUFFERED

For a synchronous RSUBMIT, directs the server's output and log to the client session after the server's buffer is full. This is the default.

IMMEDIATE

For a synchronous RSUBMIT, directs the server's output and log as it is generated to the client session.


Details

After the CONNECTOUTPUT= option is specified, the synchronous RSUBMIT processing as it occurs in the server session can be conveniently viewed from the client session.

If buffered output is specified, the server output and log are sent to the client session after the server's buffer is full. If immediate output is specified, the output and log are sent to the client session as they are generated.


See Also

Statement

RSUBMIT Statement and Command

space
Previous Page | Next Page | Top of Page