<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pass file path in folder to bring in contents on excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793713#M254430</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to import the contents on my excel file using my path in a variable. I am getting an error:&lt;/P&gt;
&lt;P&gt;WARNING: Unsupported device 'SVG' for EXCEL(EGXLSSX) destination. Using default device 'PNG'.&lt;BR /&gt;32 &lt;BR /&gt;33 filename jobs "&amp;amp;_file./Jobs.xlsx";&lt;BR /&gt;WARNING: Apparent symbolic reference _FILE not resolved.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;34 proc import out=Jobcount replace&lt;BR /&gt;35 datafile = "jobs";&lt;BR /&gt;ERROR: Unable to determine datasource type. Please use the DBMS= option.&lt;/P&gt;
&lt;PRE&gt;%let _file= /C:/data;

	filename jobs "&amp;amp;_file./Jobs.xlsx";
        proc import out=Jobcount replace
	datafile = "jobs";
	dbms = xlsx;
	getnames=yes;
run;
&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Feb 2022 10:02:07 GMT</pubDate>
    <dc:creator>Citrine10</dc:creator>
    <dc:date>2022-02-01T10:02:07Z</dc:date>
    <item>
      <title>Pass file path in folder to bring in contents on excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793713#M254430</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to import the contents on my excel file using my path in a variable. I am getting an error:&lt;/P&gt;
&lt;P&gt;WARNING: Unsupported device 'SVG' for EXCEL(EGXLSSX) destination. Using default device 'PNG'.&lt;BR /&gt;32 &lt;BR /&gt;33 filename jobs "&amp;amp;_file./Jobs.xlsx";&lt;BR /&gt;WARNING: Apparent symbolic reference _FILE not resolved.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;34 proc import out=Jobcount replace&lt;BR /&gt;35 datafile = "jobs";&lt;BR /&gt;ERROR: Unable to determine datasource type. Please use the DBMS= option.&lt;/P&gt;
&lt;PRE&gt;%let _file= /C:/data;

	filename jobs "&amp;amp;_file./Jobs.xlsx";
        proc import out=Jobcount replace
	datafile = "jobs";
	dbms = xlsx;
	getnames=yes;
run;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Feb 2022 10:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793713#M254430</guid>
      <dc:creator>Citrine10</dc:creator>
      <dc:date>2022-02-01T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pass file path in folder to bring in contents on excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793715#M254432</link>
      <description>&lt;P&gt;Why do you have a / in front of C: ?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 10:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793715#M254432</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-02-01T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pass file path in folder to bring in contents on excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793730#M254440</link>
      <description>Removed it but get the same erro</description>
      <pubDate>Tue, 01 Feb 2022 11:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793730#M254440</guid>
      <dc:creator>Citrine10</dc:creator>
      <dc:date>2022-02-01T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pass file path in folder to bring in contents on excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793731#M254441</link>
      <description>&lt;P&gt;Your log does not include the %LET statement, so it looks like it was never executed.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 11:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793731#M254441</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-02-01T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pass file path in folder to bring in contents on excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793981#M254542</link>
      <description>Excel does not support SVG image file I guess. Try other format of image file.</description>
      <pubDate>Wed, 02 Feb 2022 08:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-file-path-in-folder-to-bring-in-contents-on-excel-file/m-p/793981#M254542</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-02-02T08:46:44Z</dc:date>
    </item>
  </channel>
</rss>

