The DBLOAD Procedure for Relational Databases |
Interacts with: | RESET |
Default: | DBMS column names default to SAS variable names |
LABEL; |
Details |
The LABEL statement causes the DBMS column names to default to the SAS variable labels when the new table is created. If a SAS variable has no label, the variable name is used. If the label is too long to be a valid DBMS column name, the label is truncated.
You must use the RESET statement after the LABEL statement for the LABEL statement to take effect.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.