<?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 Question about Accessing Data-Activity- reading excel data in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510912#M115</link>
    <description>&lt;P&gt;I am working on SAS programming 1 essentials. I am doing Lesson 2: Accessing Data. Under 'Activity', Question 1:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Write a PROC CONTENTS step to generate a report of the &lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt; table.&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Enterprise Guide: Specify &lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt; and the full name of the table. Can you please help write the statement. I used the following:&amp;nbsp;LIBNAME NP XLSX "Mac\Home\Desktop\Sas class\EPG194_EG\data/np_info.xlsx"; This creates a library 'NP'. But there is nothing within it.&amp;nbsp;I think&amp;nbsp;is wrong with the pathname I have used. Please help me resolve this. Im using SAS enterprise guide. Thank you, SU&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Nov 2018 21:50:30 GMT</pubDate>
    <dc:creator>SU2018</dc:creator>
    <dc:date>2018-11-06T21:50:30Z</dc:date>
    <item>
      <title>Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510912#M115</link>
      <description>&lt;P&gt;I am working on SAS programming 1 essentials. I am doing Lesson 2: Accessing Data. Under 'Activity', Question 1:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Write a PROC CONTENTS step to generate a report of the &lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt; table.&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Enterprise Guide: Specify &lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt; and the full name of the table. Can you please help write the statement. I used the following:&amp;nbsp;LIBNAME NP XLSX "Mac\Home\Desktop\Sas class\EPG194_EG\data/np_info.xlsx"; This creates a library 'NP'. But there is nothing within it.&amp;nbsp;I think&amp;nbsp;is wrong with the pathname I have used. Please help me resolve this. Im using SAS enterprise guide. Thank you, SU&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510912#M115</guid>
      <dc:creator>SU2018</dc:creator>
      <dc:date>2018-11-06T21:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510929#M116</link>
      <description>&lt;P&gt;Please Show the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though I have seen this happen. Try accessing the data anyways and see if it exists, replace the sheet1 below with the sheet name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data test;
Set no.Sheet1;
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/241969"&gt;@SU2018&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am working on SAS programming 1 essentials. I am doing Lesson 2: Accessing Data. Under 'Activity', Question 1:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Write a PROC CONTENTS step to generate a report of the &lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt; table.&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Enterprise Guide: Specify &lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt; and the full name of the table. Can you please help write the statement. I used the following:&amp;nbsp;LIBNAME NP XLSX "Mac\Home\Desktop\Sas class\EPG194_EG\data/np_info.xlsx"; This creates a library 'NP'. But there is nothing within it.&amp;nbsp;I think&amp;nbsp;is wrong with the pathname I have used. Please help me resolve this. Im using SAS enterprise guide. Thank you, SU&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 01:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510929#M116</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-07T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510935#M117</link>
      <description>&lt;P&gt;Do you know if your SAS session is connecting to a server at your work?&amp;nbsp; Enterprise Guide is a Windows client application, and having it doesn't mean that you have Base SAS on your computer.&amp;nbsp;&amp;nbsp;If you do have SAS running on a server, then you need to have the files in a place where that server computer can access it (for example, a shared network drive).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A way to check if your SAS is running on a server&amp;nbsp;is to check the Servers Pane on the bottom-left side (you may need to go under View -&amp;gt; Servers to open it up if it is closed).&amp;nbsp; Click the plus icon to expand 'Servers', and you should see a name right below.&amp;nbsp; If it says 'Local' then you have a local SAS installation.&amp;nbsp; If it says anything else (usually called SASApp), then your SAS is running on a server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Picture attached of the Servers Pane.&amp;nbsp; Let us know what you see right below the 'Servers' item.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Servers Pane.png" style="width: 314px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24723i4DF5DB591F13F1F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Servers Pane.png" alt="Servers Pane.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 01:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/510935#M117</guid>
      <dc:creator>PremS</dc:creator>
      <dc:date>2018-11-07T01:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511153#M118</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Are you using SAS Enterprise Guide with a Macintosh? You said:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Using_Mac_with_EG.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24742i6989466EE2B7AE74/image-size/large?v=v2&amp;amp;px=999" role="button" title="Using_Mac_with_EG.png" alt="Using_Mac_with_EG.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; And if you are using EG, then your data is just in your WORK location. So the part of the file path where you have EPG194_EG\data isn't necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Your path seems to indicate a Macintosh computer. However, EG is a Windows client. Did you partition your Mac to have a Windows area using Parallels or another product?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Can you go to an editor window and run this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put version: &amp;amp;sysvlong4;
%put system: &amp;amp;sysscp and &amp;amp;sysscpl;
%put client: &amp;amp;_clientapp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And then post what you see in the LOG. That will show information about how you're using SAS and what you client application is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you followed the Enterprise Guide instructions, then all you should need to do is use &amp;amp;PATH, the "helper" macro variable that is created in your AUTOEXEC process flow. So the correct syntax to reference your libname would depend on whether you wanted to read an Excel file (.XLSX) as you show or whether you want to read a SAS dataset. In either case, using &amp;amp;PATH can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; To read the XLSX file, you would use &amp;amp;PATH like this to get PROC CONTENTS to run for your XLSX file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eg_use_path.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24737i3D2474615AB9AE50/image-size/large?v=v2&amp;amp;px=999" role="button" title="eg_use_path.png" alt="eg_use_path.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is NOT a sheet named sheet1. The sheets are named Parks, Species and Visits. But the practice you posted was for the storm_summary data, not the XLSX workbook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if you want to run PROC CONTENTS for a SAS dataset, like storm_summary, then you have 2 options.&lt;/P&gt;
&lt;P&gt;1) use the "long" operating system name and if you are using EG, then that location is your WORK folder (which &amp;amp;PATH should already be pointing to)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="opt1_code.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24738i4A562285E0BD32E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="opt1_code.png" alt="opt1_code.png" /&gt;&lt;/span&gt; &lt;/P&gt;
&lt;P&gt;and here are the results:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="opt1_results.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24739iDF860A975E5FDDA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="opt1_results.png" alt="opt1_results.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) use the LIBNAME statement to make a nickname for the long physical operating system location and then use the 2-level SAS name, as shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="opt2_code.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24740i7AFB92D29B4F990D/image-size/large?v=v2&amp;amp;px=999" role="button" title="opt2_code.png" alt="opt2_code.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;and here are the results:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="opt2_results.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24741i31338C88F85F80EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="opt2_results.png" alt="opt2_results.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Enterprise Guide, then you should have created a project with an AUTOEXEC Process flow that makes your data in the WORK location every time you open the project. Since the WORK location might change every time you log on, the &amp;amp;PATH helper variable makes it simpler to reference files. As you can see in the PROC CONTENTS output, the long name is the name that's used. On my Windows&amp;nbsp; system, the long name for my WORK location, today, is:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;C:\Users\sasczz\AppData\Local\Temp\SEG3000\SAS Temporary Files\_TD10652_l10a732_\Prc2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which is not something I want to look for or type every time I want to start working with the class data!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But that means my data table names, today, are:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" face="courier new,courier"&gt;&lt;STRONG&gt;C:\Users\sasczz\AppData\Local\Temp\SEG3000\SAS Temporary Files\_TD10652_l10a732_\Prc2\np_info.xlsx&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;C:\Users\sasczz\AppData\Local\Temp\SEG3000\SAS Temporary Files\_TD10652_l10a732_\Prc2\storm_summary.sas7bdat&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It is far easier to use &amp;amp;PATH on EG to not have to type that long path location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 19:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511153#M118</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-11-07T19:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511454#M124</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am accessing SAS Enterprise Guide at work (not Base SAS). Where should I put my files, and does this mean that I have to change the name of the path?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 17:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511454#M124</guid>
      <dc:creator>yayicecream</dc:creator>
      <dc:date>2018-11-08T17:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511457#M125</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140296"&gt;@yayicecream&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the link for the videos to get your data ready : &lt;A href="How to access data for SAS Programming 1 course" target="_self"&gt;How to access data for SAS Programming 1 course&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you go to the page, scroll to the bottom. There you will find a video for Enterprise Guide instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if it works,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511457#M125</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2018-11-08T18:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511459#M126</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've completed the steps. I think my issue&amp;nbsp; is that I'm connected to SAS Enterprise Guide at work on a server, so I'm not able to access the files locally. Per the message before me:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Do you know if your SAS session is connecting to a server at your work?&amp;nbsp; Enterprise Guide is a Windows client application, and having it doesn't mean that you have Base SAS on your computer.&amp;nbsp;&amp;nbsp;If you do have SAS running on a server, &lt;STRONG&gt;then you need to have the files in a place where that server computer can access it (for example, a shared network drive)."&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511459#M126</guid>
      <dc:creator>yayicecream</dc:creator>
      <dc:date>2018-11-08T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511468#M127</link>
      <description>&lt;P&gt;Yeah completely understandable.Since many who are using Enterprise Guide are connected through a server the video accounts for this and will show you how to create the data and store it in your WORK library to allow those of you on a server to access the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The video will show you how to set it up so that every time you are planning on working on the course you can run the programs so the data is created and placed in your WORK library. Since you are on a server you will need to run the program the video shows you every time you are working on the course. Remember once you close out of SAS the work library is cleared. So when you reopen Enterprise Guide to work on the course you will have to recreate the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you a create the autoexec process flow for the two SAS programs like it show in the video? Here is a screenshot of the end of the video and what your project tree should look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Autoexec.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24771i8B250C2401B516CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Autoexec.png" alt="Autoexec.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might of missed a step for the Enterprise Guide setup since it is different from the others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511468#M127</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2018-11-08T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511473#M128</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, below is what my screen looks like. I noticed that there was no "storm" data file so I changed the name to "storm_2017"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then used the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Complete the OPTIONS statement;&lt;BR /&gt;options validvarname=v7 ;&lt;/P&gt;&lt;P&gt;*Complete the LIBNAME statement;&lt;BR /&gt;libname xlstorm xlsx "&amp;amp;path/storm_2017.xlsx";&lt;/P&gt;&lt;P&gt;*Complete the DATA= option to reference the STORM_SUMMARY worksheet;&lt;BR /&gt;proc contents data=xlstorm.storm_summary;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;*Clear the XLSTORM library;&lt;BR /&gt;libname xlstorm clear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the message I get in return is that "ERROR: File XLSTORM.storm_summary.DATA does not exist.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS01.JPG" style="width: 323px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24772iAEE6E67EB946B676/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS01.JPG" alt="SAS01.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS02.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24773iF296B86505BFFCFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS02.JPG" alt="SAS02.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511473#M128</guid>
      <dc:creator>yayicecream</dc:creator>
      <dc:date>2018-11-08T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511530#M129</link>
      <description>Hi:&lt;BR /&gt;  What you see in the above list, including Storm_2017 and Storm_Summary are SAS datasets. you would not try to read them with the XLSX engine, as you show.&lt;BR /&gt;&lt;BR /&gt;Exactly what demo or activity are you working on? &lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 08 Nov 2018 20:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/511530#M129</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-11-08T20:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538793#M247</link>
      <description>&lt;P&gt;I have the exact same issue as the last contributor. It is the EPG194: Lesson 2: of the SAS Programming 1 Essentials. I even get the same Error message when trying to use the same syntax with any Excel local file I have. SAS will create the libname ok but when using the proc statement it does not recognize the sheets within the workbook.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 20:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538793#M247</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-26T20:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538795#M248</link>
      <description>&lt;P&gt;Do you have a log you can show us?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 20:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538795#M248</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-02-26T20:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538832#M249</link>
      <description>Also, keep in mind that you must have SAS 9.4 M2 on the server to be able to use the XLSX Libname engine.&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 26 Feb 2019 21:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538832#M249</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-26T21:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538956#M252</link>
      <description>&lt;P&gt;This is what it appears I have installed. So, I am not sure that meets the requirements you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-02-27 08_27_51-Microsoft Edge.png" style="width: 262px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27532i59E50FCACCC43D52/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-02-27 08_27_51-Microsoft Edge.png" alt="2019-02-27 08_27_51-Microsoft Edge.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538956#M252</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-27T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538960#M253</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/263251"&gt;@RonMann&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exact problem are you working on? Can you show us the code and the error in the log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the top it'll say "Current Version". Let us know what that is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538960#M253</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-02-27T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538961#M254</link>
      <description>&lt;P&gt;Here is the program and the log. Also, this Excel file is the exported Excel version of the Storm_Summary.sas7bdat file. The STORM_SUMMARY is also the name of the sheet in the is workbook. The zip file, coursedata.wk.zip downloaded as part of this course EPG194 did not contain any Excel or csv files as referenced in the course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OPTIONS VALIDVARNAME=V7;&lt;BR /&gt;LIBNAME XLCLASS "Z:\My SAS Files\STORM_SUMMARY.xlsx";&lt;/P&gt;&lt;P&gt;PROC CONTENTS DATA=XLCLASS.STORM_SUMMARY;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;LIBNAME XLCLASS CLEAR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOG:&lt;/P&gt;&lt;P&gt;NOTE: Libref XLCLASS was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: Z:\My SAS Files\STORM_SUMMARY.xlsx&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: File XLCLASS.STORM_SUMMARY.DATA does not exist.&lt;/P&gt;&lt;P&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: Libref XLCLASS has been deassigned.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538961#M254</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-27T13:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538962#M255</link>
      <description>I am going through the:&lt;BR /&gt;SAS Programming 1: Essential&lt;BR /&gt;Lesson 2: Accessing Data&lt;BR /&gt;Using a Library to read Excel Files (note: there are no Excel or csv files available to follow the example. Or I can't find them.)&lt;BR /&gt;As for current version, I don't see that at the top but under SAS Enterprise Guide&amp;gt;Help&amp;gt;About it says Version 7.13 HF3 (7.100.3.5438) (32-bit)&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538962#M255</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-27T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538966#M256</link>
      <description>&lt;P&gt;With Enterprise Guide you need to follow a specific setup and place everything in your work library since the install of SAS can be different for each user. Did you follow the guide here to get your data in the work library:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-access-data-for-SAS-Programming-1-course/ta-p/494585" target="_self"&gt;Programming 1 Data&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a library called PG194 with SAS tables? Does those work for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538966#M256</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2019-02-27T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538972#M257</link>
      <description>&lt;P&gt;Yes. I followed the instructions for setting up files for Enterprise Guide on my computer. All the steps including running 1egpg194 and 2egpg194 SAS programs. I don't have a library called PG194. I have one called PG1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-02-27 09_00_36-EPG194 - SAS Enterprise Guide.png" style="width: 233px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27537iEA25223C37FDC043/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-02-27 09_00_36-EPG194 - SAS Enterprise Guide.png" alt="2019-02-27 09_00_36-EPG194 - SAS Enterprise Guide.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 14:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538972#M257</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-27T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accessing Data-Activity- reading excel data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538974#M258</link>
      <description>These are the instructions I used for Setup Instructions for your own SAS software. &lt;A href="https://vle.sas.com/pluginfile.php/257520/mod_scorm/content/28/setup_eg.htm" target="_blank"&gt;https://vle.sas.com/pluginfile.php/257520/mod_scorm/content/28/setup_eg.htm&lt;/A&gt;</description>
      <pubDate>Wed, 27 Feb 2019 14:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Question-about-Accessing-Data-Activity-reading-excel-data/m-p/538974#M258</guid>
      <dc:creator>RonMann</dc:creator>
      <dc:date>2019-02-27T14:12:58Z</dc:date>
    </item>
  </channel>
</rss>

