DBLOAD Procedure

LABEL Statement

Causes DBMS column names to default to SAS labels
Default: DBMS column names default to SAS variable names
Interaction: RESET

Syntax

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.