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

DBSASTYPE= Data Set Option



Specifies data type(s) to override the default SAS data type(s) during input processing of data.
Valid in: DATA and PROC steps (when accessing PC files data using SAS/ACCESS software)
Default value: none

Syntax
Syntax Description
Details

Syntax

DBSASTYPE=(column-name-1=<'>SAS-data-type<'> <...column-name-n=<'>SAS-data-type<'>>)

Syntax Description

column-name

specifies a data source column name.

SAS-data-type

specifies a SAS data type. SAS data types include the following: CHAR(n), NUMERIC, DATETIME, DATE, TIME.


Details

By default, SAS/ACCESS converts each data source data type to a SAS data type during input processing. When you need a different data type, you can use this option to override the default and assign a SAS data type to each specified data source column. Some conversions might not be supported. If a conversion is not supported, SAS prints an error to the log.

space
Previous Page | Next Page | Top of Page