PROC REPORT displays labels of variables by default. Would it be possible to report variable names (i.e., column names) alternatively?
Hi @braam,
If you want to use names when labels exist, you can submit the following SAS statement before invoking PROC REPORT:
options nolabel;
Or PROC PRINT, if you could .
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.