BookmarkSubscribeRSS Feed
Citrine10
Obsidian | Level 7

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;
4 REPLIES 4
LinusH
Tourmaline | Level 20

Why do you have a / in front of C: ?

Data never sleeps
Citrine10
Obsidian | Level 7
Removed it but get the same erro
Ksharp
Super User
Excel does not support SVG image file I guess. Try other format of image file.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1500 views
  • 2 likes
  • 4 in conversation