| The LIBNAME Statement for PC Files on Microsoft Windows |
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
|
|
DBSASTYPE=(column-name-1=<'>SAS-data-type<'>
<...column-name-n=<'>SAS-data-type<'>>)
|
-
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.
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.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.