<?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: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/743165#M29239</link>
    <description>&lt;P&gt;&lt;SPAN&gt;To find the location in the virtual environment which is the SAS session here, we need to select the file in the servers and folders tab and click on the "file properties" icon above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The location would be something like '/home/u58******/EPG1V2/data/storm_summary.sas7bdat'. Here u58***** is user id given to each individual.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 May 2021 19:02:50 GMT</pubDate>
    <dc:creator>SaiSumanthVanka</dc:creator>
    <dc:date>2021-05-22T19:02:50Z</dc:date>
    <item>
      <title>SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664513#M22875</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working through the SAS Programming 1: Essentials Training and I am in lesson 2: Accessing Data and I am trying to complete the first activity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Write a PROC CONTENTS step to generate a report of the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;table.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAS Studio: Specify the path to your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG1V2/data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder and the full name of the table.&lt;/LI&gt;&lt;LI&gt;Enterprise Guide: Specify&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the full name of the table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I checked the answer&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc contents data="FILEPATH/storm_summary.sas7bdat";
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This is the code I inputted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CONTENTS DATA="C:\Users\admin\SASUniversityEdition\myfolders\EPG1V2\data\storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is what I am getting back in the Log&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;73 PROC CONTENTS DATA="C:\Users\admin\SASUniversityEdition\myfolders\EPG1V2\data\storm_summary.sas7bdat";&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: The physical file name "C:\Users\admin\SASUniversityEdition\myfolders\EPG1V2\data\storm_summary.sas7bdat" is too long.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I have doubled checked and this is the file path and I cannot figure out what the problem is.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Any Help would be greatly appreciated.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 22:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664513#M22875</guid>
      <dc:creator>MSusenbach</dc:creator>
      <dc:date>2020-06-23T22:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664515#M22876</link>
      <description>&lt;P&gt;It looks like you are using SAS University edition. That does not see the Windows drive as it is a Unix based system that only sees the folders set by the virtual machine you are working in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The path is probably more like '/folders/myfolder/EPG1V2/data/storm_summary.sas7bdat'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AND is case sensitive. So you may need to check your file paths from inside the SAS session.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 22:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664515#M22876</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-23T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664517#M22878</link>
      <description>&lt;P&gt;Thank you ballardw,&lt;/P&gt;&lt;P&gt;That worked perfect now. I will have to remember that going forward.&lt;/P&gt;&lt;P&gt;Now I can continue on my learning experience.&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 22:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/664517#M22878</guid>
      <dc:creator>MSusenbach</dc:creator>
      <dc:date>2020-06-23T22:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/690993#M24809</link>
      <description>&lt;P&gt;Just something I figured out.&amp;nbsp; I'm sure it is in the literature somewhere, but if you right-click on the folder and go to properties, the complete path to that folder is presented in the location field.&amp;nbsp; That helped me reduce my typos, some...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 15:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/690993#M24809</guid>
      <dc:creator>jdeal5</dc:creator>
      <dc:date>2020-10-12T15:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/730880#M28405</link>
      <description>When using SAS EG, you will be required to use the folder path that was generated while performing the “setting up steps”. You can rerun the autoexec program and fetch the path from results-&amp;gt;physical name.</description>
      <pubDate>Thu, 01 Apr 2021 23:23:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/730880#M28405</guid>
      <dc:creator>Shark1827</dc:creator>
      <dc:date>2021-04-01T23:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials  Lessons  Lesson 2: Accessing Data Activitty Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/743165#M29239</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To find the location in the virtual environment which is the SAS session here, we need to select the file in the servers and folders tab and click on the "file properties" icon above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The location would be something like '/home/u58******/EPG1V2/data/storm_summary.sas7bdat'. Here u58***** is user id given to each individual.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 19:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Programming-1-Essentials-Lessons-Lesson-2-Accessing-Data/m-p/743165#M29239</guid>
      <dc:creator>SaiSumanthVanka</dc:creator>
      <dc:date>2021-05-22T19:02:50Z</dc:date>
    </item>
  </channel>
</rss>

