This
table shows the default formats that
SAS/ACCESS Interface to MySQL
assigns to SAS variables when using the
LIBNAME statement to read from a MySQL table. These default formats are based
on MySQL column attributes.
LIBNAME Statement: Default SAS Formats for MySQL Data Types
This table shows the
default MySQL data types that
SAS/ACCESS assigns to SAS variable formats
during output operations when you use the LIBNAME statement.
LIBNAME Statement: Default MySQL Data Types for SAS Variable
Formats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1n in
MySQL data types is equivalent to w in
SAS formats.
|
2DECIMAL types are created
as (m-1, n). SAS includes space to write the value, the decimal point,
and a minus sign (if necessary) in its calculation for precision.
These must be removed when converting to MySQL.
|