How to set the Row height in SAS Program for PDF Output
I Just wanted to increase the width of the Row in the Output.
proc report data=sashelp.class nowd ;
define name/style={cellheight=4cm cellwidth=4cm};
run;
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.