Hi, I used the below code, whereby it gave me the same 2 errors as you upon initially running, but then I highlighted the whole code and clicked "format code", ran it again and it worked! proc import datafile="/home/u50224767/EPG194/activities/data/eu_sport_trade.xlsx" dbms=xlsx out=eu_sport_trade replace; run; proc contents data=eu_sport_trade; run;
... View more