<?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 Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298560#M20340</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I am doing the 1st SAS course : &amp;nbsp;SAS Programming 1 Essentials. I ran into a slight problem on &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;Lesson 7 : Creating a SAS Data Set from an Excel Worksheet.&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a client application an it seems I cannot use the pcfiles engine. I also do not seem to have the excel files used in the tutorial anywhere on my machine and hence cannot manually find the correct path and adjut the following line of code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname prod pcfiles path="&amp;amp;path/product.xls";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a work around to this? Otherwise is there anywhere I can download all the excel files and other data used in the tutorial?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2016 08:50:22 GMT</pubDate>
    <dc:creator>cietru</dc:creator>
    <dc:date>2016-09-15T08:50:22Z</dc:date>
    <item>
      <title>Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298560#M20340</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I am doing the 1st SAS course : &amp;nbsp;SAS Programming 1 Essentials. I ran into a slight problem on &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;Lesson 7 : Creating a SAS Data Set from an Excel Worksheet.&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a client application an it seems I cannot use the pcfiles engine. I also do not seem to have the excel files used in the tutorial anywhere on my machine and hence cannot manually find the correct path and adjut the following line of code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname prod pcfiles path="&amp;amp;path/product.xls";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a work around to this? Otherwise is there anywhere I can download all the excel files and other data used in the tutorial?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 08:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298560#M20340</guid>
      <dc:creator>cietru</dc:creator>
      <dc:date>2016-09-15T08:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298564#M20341</link>
      <description>&lt;P&gt;At the beginning of the course was a setup program that generated the files required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did this run properly for you?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298564#M20341</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-15T09:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298568#M20342</link>
      <description>&lt;P&gt;The code that stars with this :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/*++++++++++++++++++++++++++++++++++++++++++++++*/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* THIS CODE CREATES PRACTICE DATA FOR ECPRG193 */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* WARNING: DO NOT ALTER CODE BELOW THIS LINE */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/*++++++++++++++++++++++++++++++++++++++++++++++*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/*+++++++++++++++++++++++++++++++++++++++++++++++++++++*/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* ASSIGN &amp;amp;PATH AND ORION LIB TO THE LOCATION OF WORK */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /*+++++++++++++++++++++++++++++++++++++++++++++++++++++*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... ran correctly.&amp;nbsp;At least there are no errors or warnings.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298568#M20342</guid>
      <dc:creator>cietru</dc:creator>
      <dc:date>2016-09-15T09:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298570#M20344</link>
      <description>&lt;P&gt;Search code for product.xls and check that part specifically.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, navigate to that folder and see if excel file is there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298570#M20344</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-15T09:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298571#M20345</link>
      <description>&lt;P&gt;Using CTRL-F and searching for "product.xls" gives no result...however I do have a "prodcut.dat"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298571#M20345</guid>
      <dc:creator>cietru</dc:creator>
      <dc:date>2016-09-15T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298575#M20349</link>
      <description>&lt;P&gt;If you contact training@ SAS.com they should be able to help you with source files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or suppot@sas.com&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298575#M20349</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-15T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298578#M20352</link>
      <description>&lt;P&gt;Thank you I will attempt that and mark this issue as resolved if that leads to a solution&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/298578#M20352</guid>
      <dc:creator>cietru</dc:creator>
      <dc:date>2016-09-15T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Essentials - Cannot find excel (.xls) files used in the tutorial</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/306010#M20744</link>
      <description>&lt;P&gt;Hi: Adding more information to this post for other students who search about using Excel files in the Programming 1 class.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using SAS Enterprise Guide, or SAS University Edition or SAS OnDemand for Academics, we know, ahead of time, that the student will probably&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;NOT &lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;be able to run the programs in the Excel lesson in Programming 1 and so we do not even put the Excel files into the setup instructions. In order to install the PC File Server software component, we would have to know ahead of time whether the student had 32 bit or 64 bit Microsoft Office, which is impossible to know with so many students on so many different operating systems and/or server configurations using the University Edition. Only 1 PC File Server can be installed in a configuration - that is why in the Practice for Lesson 7, we tell you to study the syntax, but we also advise you &lt;STRONG&gt;&lt;U&gt;NOT &lt;/U&gt;&lt;/STRONG&gt;to run the code as shown in the screen shot below as highlighted in yellow:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5385i5AAA8DE6BDE0DAC2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Excel_lesson_do_not_submit_code.png" title="Excel_lesson_do_not_submit_code.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are actually several different ways to read Excel files and in the Programming 1 class, we chose the way that was most likely to work when the student had access to SAS in a configuration where the bitness of the SAS installation matched the bitness of the Microsoft Office installation or they were working with SAS on a Unix server, where the appropriate PC File Server was installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For purposes of certification, the student only has to study the LIBNAME engine syntax, as we show in the course. However, we do not expect students to submit the code or read any files (which is why the Excel files are not provided as part of the setup). It is entirely likely for the SAS University Edition or SAS OnDemand for Academics that the code will NOT work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 17:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Programming-1-Essentials-Cannot-find-excel-xls-files-used-in-the/m-p/306010#M20744</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-10-20T17:26:41Z</dc:date>
    </item>
  </channel>
</rss>

