NETCOMP= LIBNAME Statement Option

Sends compressed data in a server network packet.

Valid in: SPD Server LIBNAME Statement
Default: YES
Note: Option for a client and server running on the same UNIX machine.

Syntax

NETCOMP=YES | NO

Required Arguments

YES

sends compressed data in a server network packet.

NO

sends uncompressed data in a server network packet.

Details

Normally, data compression for inter-process transfers is recommended. However, for a client and server process on the same machine (with UNIXDOMAIN=YES), turning off compression can improve performance.

Example

This example specifies NETCOMP=NO to turn off compression of the data stream.
libname mylib sasspds 'test_area'
   netcomp=no;
Last updated: February 8, 2017