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

DBSASLABEL= Data Set Option



Specifies whether SAS/ACCESS saves the data source's column names as SAS label names.
Valid in: DATA and PROC steps (when accessing PC files data using SAS/ACCESS software)
Default value: COMPAT

Syntax
Syntax Description
Details

Syntax

DBSASLABEL= COMPAT | NONE

Syntax Description

COMPAT

specifies that SAS/ACCESS saves the data source's column names as SAS label names. This is compatible to the previous SAS releases.

NONE

specifies that SAS/ACCESS does not save the data source's column names as SAS label names. SAS label names are left as NULLs.


Details

This option is valid only while you are reading data into SAS from the data source.

space
Previous Page | Next Page | Top of Page