%let excelname="C:\ ... \temp.xlsx";
PROC EXPORT DATA=kazmean1 OUTFILE= "&excelname"
DBMS=xlsx REPLACE;
sheet="T13";
RUN;
%let excelname="C:\ ... \temp.xlsx";
PROC EXPORT DATA=kazmean1 OUTFILE= "&excelname"
DBMS=xlsx REPLACE;
sheet="T13";
RUN;