| 1
You can use the data set
option DBTYPE= to override
the default data types. For valid data types supported, please refer to the
valid data types list.
2
If the character format length is greater than 255 characters,
the loaded format is Memo; otherwise, the loaded format is Text.
3
For Access 2000 and 2002, a SAS numeric data type with
no format specified is converted to a number data type with a double field
size. If the format is specified as w. in SAS,
the loaded data type in Access is a number data type with an integer field
size. If the format is specified as w.d in SAS, the loaded data type in Access is a number data type
with a decimal field size.
4
For Access 97, if the format is specified as w. in SAS, the loaded data type in Access is a number
data
type with an integer field size. Otherwise, the SAS numeric data type is converted
to a number data type with a double field size. |