I am working on SAS studio and trying to import excel file.Apart from excel, I have also tried to convert the file to csv and xml format, but none of them worked. Everytime I try to import the file, the error occurs. proc import out = sales Datafile = "C:\SASUniversityEdition\myfolders\Sales.xml" DBMS = xml replace; run;
... View more