Hi there
I would like to import the contents on my excel file using my path in a variable. I am getting an error:
WARNING: Unsupported device 'SVG' for EXCEL(EGXLSSX) destination. Using default device 'PNG'.
32
33 filename jobs "&_file./Jobs.xlsx";
WARNING: Apparent symbolic reference _FILE not resolved.
34 proc import out=Jobcount replace
35 datafile = "jobs";
ERROR: Unable to determine datasource type. Please use the DBMS= option.
%let _file= /C:/data; filename jobs "&_file./Jobs.xlsx"; proc import out=Jobcount replace datafile = "jobs"; dbms = xlsx; getnames=yes; run;
Why do you have a / in front of C: ?
Your log does not include the %LET statement, so it looks like it was never executed.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.