Hi, Im trying to export mainframe sas dataset to excel output , and my saslog says " The Import/Export facility is not supported on this operating system." is there any solution to solve this? so that i can easily export sas data set as excel output. code i used :- PROC EXPORT DATA=SASHELP.CARS OUTFILE='C:\USERS\DOWNLOADS\EXTRA\SASCARS.XLSX' DBMS=XLSX REPLACE; RUN;
... View more