Previous Page | Next Page

The DBLOAD Procedure for Relational Databases

LABEL Statement


Causes DBMS column names to default to SAS labels
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.

Previous Page | Next Page | Top of Page