| SAS/CONNECT General SAS System Options |
| 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 |
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.
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.
|
Statement |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.