SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

space
Previous Page | Next Page

The LIBNAME Statement for PC Files on Microsoft Windows

DBMAX_TEXT= Data Set Option



Determines the length of a very long data source character data type that is read into SAS or written from SAS when you are using a SAS/ACCESS engine,
Valid in: DATA and PROC steps (when accessing PC files data using SAS/ACCESS software)
Default value: LIBNAME option setting

Syntax
Syntax Description
Details
See Also

Syntax

DBMAX_TEXT= integer

Syntax Description

integer

is a number between 1 and 32,767.


Details

This option applies to reading, appending, and updating rows in an existing table. It does not apply when you are creating a table.

DBMAX_TEXT= is usually used with a very long character data type.

Although you can specify a value less than 256, it is not recommended for reading data from Microsoft Access database.


See Also

To assign this option to a group of tables, use the DBMAX_TEXT= option specified in LIBNAME Options for PC Files on Microsoft Windows.

space
Previous Page | Next Page | Top of Page