ods tagsets.excelxp
file='c:\temp\sheetname.xls';
%let override_sheetname=;
proc report data=sashelp.class nowindows missing;
columns age sex name weight height;
define age / order;
compute before age;
title = 'Age is ' || put(age, 2.);
call symput('override_sheetname', title);
endcomp;
break after age / page;
run;
%symdel override_sheetname / nowarn;
ods tagsets.excelxp close;
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 lock in 2025 pricing—just $495!
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.