%let excelname="C:\ ... \temp.xlsx";
PROC EXPORT DATA=kazmean1 OUTFILE= "&excelname"
DBMS=xlsx REPLACE;
sheet="T13";
RUN;
My Statistical tools and consulting service
Statsitics, Research Methods, SAS, R, HLM, Rasch model
%let excelname="C:\ ... \temp.xlsx";
PROC EXPORT DATA=kazmean1 OUTFILE= "&excelname"
DBMS=xlsx REPLACE;
sheet="T13";
RUN;