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.
PROC IMPORT OUT= WORK.yourdata
DATAFILE= "C:\yourfile.xls"
DBMS=EXCEL REPLACE;
SHEET="sheetname$";
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;
[/code/
Not sure about importing the actual pivot table report. However, if you have the raw data in SAS you should be able to recreate the same report in SAS.