I'm having problems with the variable values not fully displaying in the results table. It is truncating the variable in the display.
Here is the program
proc surveymeans data = survey.surveydata;
stratum strata;
var par_rel;
weight weight;
domain year*lifetime_nicotine;
run;
Is there a way to make to where it displays the whole variable.
Thanks!
I guess I should clarify. I'm trying to fix the width of the table cell so the whole variable value displays. Similar to proc print:
proc print data=have2; run;
proc print data=have2 width=full; run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.