<?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: Proc import SAS UE on Macbook in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556828#M9895</link>
    <description>I tried this! it worked Thank you!&lt;BR /&gt;PROC IMPORT OUT= work.DATENSATZ_PMS&lt;BR /&gt;DATAFILE= "/folders/myfolders/PMS/Datensatz_PMS.xls"&lt;BR /&gt;DBMS=xls REPLACE;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 May 2019 15:58:08 GMT</pubDate>
    <dc:creator>marysmith</dc:creator>
    <dc:date>2019-05-07T15:58:08Z</dc:date>
    <item>
      <title>Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556819#M9891</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;by now I have only been working with the original SAS program on a Windows computer. For my thesis I only have the SAS UE on my Macbook air with OSX Mavericks.&lt;/P&gt;&lt;P&gt;This code always worked on my Windows PC, but in SAS Studio I get an error message:&amp;nbsp;&lt;/P&gt;&lt;PRE class="sasLog"&gt; ERROR: Server Name is invalid or missing.&lt;/PRE&gt;&lt;P&gt;Not sure what to change, please help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= work.DATENSATZ_PMS&lt;BR /&gt;DATAFILE= "/folders/myfolders/PMS/Datensatz_PMS.xls"&lt;BR /&gt;DBMS=EXCELCS REPLACE;&lt;BR /&gt;RANGE="Sheet1$";&lt;BR /&gt;SCANTEXT=YES;&lt;BR /&gt;USEDATE=YES;&lt;BR /&gt;SCANTIME=YES;&lt;BR /&gt;RUN;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556819#M9891</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-07T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556821#M9892</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 

PROC IMPORT OUT= work.DATENSATZ_PMS
DATAFILE= "/folders/myfolders/PMS/Datensatz_PMS.xls"
DBMS=EXCEL REPLACE;
RUN; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Try this instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PCFILES isn't used with SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185853"&gt;@marysmith&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by now I have only been working with the original SAS program on a Windows computer. For my thesis I only have the SAS UE on my Macbook air with OSX Mavericks.&lt;/P&gt;
&lt;P&gt;This code always worked on my Windows PC, but in SAS Studio I get an error message:&amp;nbsp;&lt;/P&gt;
&lt;PRE class="sasLog"&gt; ERROR: Server Name is invalid or missing.&lt;/PRE&gt;
&lt;P&gt;Not sure what to change, please help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT OUT= work.DATENSATZ_PMS&lt;BR /&gt;DATAFILE= "/folders/myfolders/PMS/Datensatz_PMS.xls"&lt;BR /&gt;DBMS=EXCELCS REPLACE;&lt;BR /&gt;RANGE="Sheet1$";&lt;BR /&gt;SCANTEXT=YES;&lt;BR /&gt;USEDATE=YES;&lt;BR /&gt;SCANTIME=YES;&lt;BR /&gt;RUN;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556821#M9892</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-07T15:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556825#M9894</link>
      <description>&lt;P&gt;Thank you for your quick respond.&lt;/P&gt;&lt;P&gt;I tried it but still getting an error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="sasLog"&gt; ERROR: DBMS type EXCEL not valid for import.&lt;/PRE&gt;&lt;P&gt;Do you know what else I can try or why Excel is not valid for import?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556825#M9894</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-07T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556828#M9895</link>
      <description>I tried this! it worked Thank you!&lt;BR /&gt;PROC IMPORT OUT= work.DATENSATZ_PMS&lt;BR /&gt;DATAFILE= "/folders/myfolders/PMS/Datensatz_PMS.xls"&lt;BR /&gt;DBMS=xls REPLACE;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2019 15:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556828#M9895</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-07T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556837#M9900</link>
      <description>&lt;P&gt;Minor recommendation: don't write code in upcase, it is more difficult to read than using mostly lower-case letters.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 16:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556837#M9900</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-05-07T16:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556852#M9907</link>
      <description>&lt;P&gt;XLS files are pretty old, over a decade at this point, 2007 introduced XLSX files. Support and working with older files changes over time and because it crosses the 32bit/64bit issues sometimes that needs to be dealt with. Fortunately it's gotten easier!&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 16:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556852#M9907</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-07T16:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556853#M9908</link>
      <description>thank you!</description>
      <pubDate>Tue, 07 May 2019 16:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556853#M9908</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-07T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import SAS UE on Macbook</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556854#M9909</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;I think that's an example of how SAS task is creating the underlying code.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 16:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-import-SAS-UE-on-Macbook/m-p/556854#M9909</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-07T16:40:24Z</dc:date>
    </item>
  </channel>
</rss>

