<?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 Re: Problem opening a file from a SAS server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772364#M245239</link>
    <description>&lt;P&gt;Use the better (built-in, platform-independent) XLSX engine:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let glb_path="/sas/dev/data/groups/bpr/rep/input/finance";

proc import
  out=MSSF9_17
  datafile="&amp;amp;glb_path./odpisy_mssf9_20171231_BO_v4_20180212.xlsx"
  dbms=xlsx
  replace
;
sheet="BO"; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 06 Oct 2021 07:46:50 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-06T07:46:50Z</dc:date>
    <item>
      <title>Problem opening a file from a SAS server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772361#M245236</link>
      <description>&lt;P&gt;I have glb path defined. and I would like to import one thing from there, but I get an error&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ERROR 22-322: Syntax error, one of the following was expected:;, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE,&lt;BR /&gt;_DEBUG_.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;%let glb_path="/sas/dev/data/groups/bpr/rep/input/finance";
proc import out=MSSF9_17
			datafile="&amp;amp;glb_path./odpisy_mssf9_20171231_BO_v4_20180212.xlsx"
            dbms=excels replace;
     sheet="BO"; 
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772361#M245236</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-06T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem opening a file from a SAS server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772363#M245238</link>
      <description>&lt;P&gt;Afaik "excel&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;s&lt;/FONT&gt;&lt;/STRONG&gt;" is not a valid value for dbms, try "excelcs" instead. If that doesn't work, please post full log.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772363#M245238</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-10-06T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem opening a file from a SAS server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772364#M245239</link>
      <description>&lt;P&gt;Use the better (built-in, platform-independent) XLSX engine:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let glb_path="/sas/dev/data/groups/bpr/rep/input/finance";

proc import
  out=MSSF9_17
  datafile="&amp;amp;glb_path./odpisy_mssf9_20171231_BO_v4_20180212.xlsx"
  dbms=xlsx
  replace
;
sheet="BO"; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-opening-a-file-from-a-SAS-server/m-p/772364#M245239</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-06T07:46:50Z</dc:date>
    </item>
  </channel>
</rss>

