BookmarkSubscribeRSS Feed
victhor
Fluorite | Level 6

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;

victhor_0-1674667949104.png

 

Is there a way to make to where it displays the whole variable.

Thanks!

2 REPLIES 2
victhor
Fluorite | Level 6

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;

 

Cynthia_sas
SAS Super FREQ
Hi:
You may have to write the surveymeans output to a dataset and then use PROC PRINT to control the width.
Cynthia

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 380 views
  • 0 likes
  • 2 in conversation