<?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: Difference between Base SAS and SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233888#M16931</link>
    <description>&lt;P&gt;I suggest you confirm that your EG remote SAS server has SAS/ACCESS for PC FILES installed and licensed first. Without this importing Excel will not work. In the EG server list you can select Properties on SASApp, select Software then SAS Server Products.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2015 18:49:10 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-11-09T18:49:10Z</dc:date>
    <item>
      <title>Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233399#M16903</link>
      <description>&lt;P&gt;Help! I'm an advanced and experienced SAS user but this is my first time using SAS Enterprise Guide and through a remote SAS environment which might create complication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can import a csv file but have problem importing an xlsx file:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Successful&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Path_i1="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.csv";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;proc import datafile= &amp;amp;Path_i1 out=lob dbms=csv replace; GETNAMES=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Failed&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Path_i1="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.xlsx";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;proc import datafile= &amp;amp;Path_i1 out=lob dbms=excel replace; sheet="lob";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both codes work in my Base SAS. Are there any differences in coding between Base SAS and SAS Enterprise Guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a million. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 10:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233399#M16903</guid>
      <dc:creator>Shazzy</dc:creator>
      <dc:date>2015-11-06T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233404#M16905</link>
      <description>&lt;P&gt;Do you get an error message?&lt;/P&gt;
&lt;P&gt;My first guess would be that you don't have a license for SAS/ACCESS to PC FIle Formats on your server.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 10:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233404#M16905</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-11-06T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233452#M16907</link>
      <description>Or 64bit/32bit incompatibility.  Do any of the different DBMS options work - Excelcs or PCFILES?</description>
      <pubDate>Fri, 06 Nov 2015 15:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233452#M16907</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-06T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233475#M16908</link>
      <description>&lt;P&gt;As you're now using SAS on a remote system, perhaps with a 64-bit version of SAS,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&amp;nbsp;might be correct. &amp;nbsp;You might be able to use DBMS=XLSX with Excel data now -- that works well in SAS 9.4, and it insulates you from bit-architecture issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also find this paper helpful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1750-2015.pdf" target="_blank"&gt;Feeling Anxious about Transitioning from Desktop to Server?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 16:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233475#M16908</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-11-06T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233699#M16924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger﻿&lt;/a&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are the error messages I received running on different options. Is there any other solution to the 64-bit/32-bit compatibility?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let Path_i1="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.xlsx";
proc import datafile=&amp;amp;Path_i1 	out=lob 		dbms=excel replace; sheet="lob";
ERROR: Failed to connect to the Server: .
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):

%let Path_i1="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.xlsx";
proc import datafile=&amp;amp;Path_i1 	out=lob 		dbms=excelcs replace; sheet="lob";
ERROR: Failed to connect to the Server: .
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):

%let Path_i1="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.xlsx";
proc import datafile=&amp;amp;Path_i1 	out=lob 		dbms=pcfiles replace; sheet="lob";
ERROR: DBMS type PCFILES not valid for import.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):

proc import out=lob 	datafile="\\awnjpsas02\Corporate-Asia\Production\SG\inputs\sasinputs.xlsx" 	dbms=excel  replace; sheet='lob';
ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
Connection Failed.  See log for details.
NOTE: The SAS System stopped processing this step because of errors.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 04:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233699#M16924</guid>
      <dc:creator>Shazzy</dc:creator>
      <dc:date>2015-11-09T04:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233779#M16927</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger﻿&lt;/a&gt;&amp;nbsp;wrote a blog post about "64 bit gotchas" you may find useful at&amp;nbsp;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also this blog post - &lt;A href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233779#M16927</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2015-11-09T07:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233823#M16928</link>
      <description>&lt;P&gt;Did you &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#p0jf3o1i67m044n1j0kz51ifhpvs.htm" target="_self"&gt;try DBMS=XLSX&lt;/A&gt;? That option was added in a later 9.3 release, and works well in SAS 9.4.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 12:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233823#M16928</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-11-09T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Base SAS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233888#M16931</link>
      <description>&lt;P&gt;I suggest you confirm that your EG remote SAS server has SAS/ACCESS for PC FILES installed and licensed first. Without this importing Excel will not work. In the EG server list you can select Properties on SASApp, select Software then SAS Server Products.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 18:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-Base-SAS-and-SAS-Enterprise-Guide/m-p/233888#M16931</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-11-09T18:49:10Z</dc:date>
    </item>
  </channel>
</rss>

