TBUFSIZE= System Option

Specifies the value of the default buffer size that the server uses for transferring data.
Client: optional
Server: optional
Valid in: Client: configuration file, OPTIONS statement, SAS invocation, Server: OPTIONS statement
Category: Communications: Networking and encryption
PROC OPTIONS GROUP= COMMUNICATIONS
Default: 128K

Syntax

TBUFSIZE=value

Syntax Description

value
specifies the suggested size of a buffer that the server uses for transmitting information to or receiving information from a client.

Details

The TBUFSIZE= option specifies the suggested size of a buffer that the server uses for transmitting information to or receiving information from a client. When this option is not specified in the PROC SERVER statement, the value of the TBUFSIZE= SAS system option, if specified, will be used.