For general information, see SAS Names and Support for DBMS Names.
Most SAS names can be up to 32 characters long. The Netezza interface supports table names and column names that contain up to 32 characters. If DBMS column names are longer than 32 characters, they are truncated to 32 characters. If truncating a column name would result in identical names, SAS generates a unique name by replacing the last character with a number. DBMS table names must be 32 characters or less. SAS does not truncate a longer name. If you already have a table name that is greater than 32 characters, it is recommended that you create a table view.
The PRESERVE_COL_NAMES= and PRESERVE_TAB_NAMES= options determine how SAS/ACCESS Interface to Netezza handles case sensitivity. (For information about these options, see LIBNAME Statement for Relational Databases.) Netezza is not case sensitive, and all names default to lowercase.
Netezza objects include tables, views, and columns. Follow these naming conventions:
CUSTOMER and Customer are
the same, but object names are converted to lowercase when they are
stored in the Netezza database. However, if you enclose a name in
quotation marks, it is case sensitive.For more information, see your Netezza Database User's Guide.