Previous Page | Next Page

LIBNAME Statement: PC Files on Linux, UNIX, and 64-Bit Microsoft Windows

DBSASTYPE



Specifies one or more data types to override one or more default SAS data types during input processing of data.
Valid in: DATA and PROC steps
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 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 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.

Previous Page | Next Page | Top of Page