Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
data test;
x= 7;
y = put(x,z5.);
run;
proc export
data = test
outfile = "c:\temp\t1.xls"
replace;
run;