Previous Page | Next Page

The LIBNAME Statement for Relational Databases

PACKETSIZE= LIBNAME Option



Allows specification of the packet size for Sybase to use.
Default value: current server setting
Valid in: SAS/ACCESS LIBNAME statement
DBMS support: Sybase

Syntax
Syntax Description
Details

Syntax

PACKETSIZE=numeric-value

Syntax Description

numeric-value

is any multiple of 512, up to the limit of the maximum network packet size setting on your server.


Details

If you omit PACKETSIZE=, the default is the current server setting. You can query the default network packet value in ISQL by using the Sybase sp_configure command.

Previous Page | Next Page | Top of Page