<?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 Lesson 2: Accessing Data in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622833#M8745</link>
    <description>&lt;P&gt;I am trying to complete the first step to "Lesson 2: Accessing Data" but am getting errors. I don't understand what I am doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Instructions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Open a new program window and perform the following tasks:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="question"&gt;&lt;UL&gt;&lt;LI&gt;Write a PROC CONTENTS step to generate a report of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table.&lt;BR /&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;EPG194/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;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class="answer"&gt;&lt;PRE&gt;proc contents data="FILEPATH/storm_summary.sas7bdat";
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc contents data="EPG194/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 proc contents data="EPG194/data/storm_summary.sas7bdat";&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: File EPG194/data/storm_summary.sas7bdat does not exist.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;***************************************************************************************************************************&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 06 Feb 2020 19:18:02 GMT</pubDate>
    <dc:creator>u45151672</dc:creator>
    <dc:date>2020-02-06T19:18:02Z</dc:date>
    <item>
      <title>Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622833#M8745</link>
      <description>&lt;P&gt;I am trying to complete the first step to "Lesson 2: Accessing Data" but am getting errors. I don't understand what I am doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Instructions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Open a new program window and perform the following tasks:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="question"&gt;&lt;UL&gt;&lt;LI&gt;Write a PROC CONTENTS step to generate a report of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;storm_summary.sas7bdat&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table.&lt;BR /&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;EPG194/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;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class="answer"&gt;&lt;PRE&gt;proc contents data="FILEPATH/storm_summary.sas7bdat";
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc contents data="EPG194/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 proc contents data="EPG194/data/storm_summary.sas7bdat";&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: File EPG194/data/storm_summary.sas7bdat does not exist.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;***************************************************************************************************************************&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Feb 2020 19:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622833#M8745</guid>
      <dc:creator>u45151672</dc:creator>
      <dc:date>2020-02-06T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622843#M8746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310929"&gt;@u45151672&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you right click on the file properties, what physical path is associated with the file?&lt;/P&gt;
&lt;P&gt;e.g: "C:/&lt;SPAN&gt;EPG194/data/&lt;/SPAN&gt;&lt;SPAN&gt;storm_summary.sas7bdat";&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe you have omitted some part of the path before the PEG194 folder?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 19:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622843#M8746</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-02-06T19:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622846#M8747</link>
      <description>&lt;P&gt;&lt;FONT&gt;/home/u45151672/EPG194/data/storm_summary.sas7bdat.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had tried the following before posting:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;proc contents data="home/u45151672/EPG194/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;But forgot the first /. It needed to be...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;proc contents data="/home/u45151672/EPG194/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 19:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622846#M8747</guid>
      <dc:creator>u45151672</dc:creator>
      <dc:date>2020-02-06T19:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622848#M8748</link>
      <description>Awesome!&lt;BR /&gt;Could you please close the thread by marking the topic as answered?</description>
      <pubDate>Thu, 06 Feb 2020 19:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/622848#M8748</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-02-06T19:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/714110#M9690</link>
      <description>&lt;P&gt;Hello, I am having the same issue, I am not sure what I am doing wrong&amp;nbsp;&lt;/P&gt;&lt;P&gt;in SAS proc contents data="FILEPATH/storm_summary.sas7bdat"; run&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 22:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/714110#M9690</guid>
      <dc:creator>sideline113</dc:creator>
      <dc:date>2021-01-25T22:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/807226#M10402</link>
      <description>&lt;P&gt;/home/u58350453/EPG1V2. I tried this code for my activity 2.02 but is not working can any someone help me out?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 18:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/807226#M10402</guid>
      <dc:creator>Degema1</dc:creator>
      <dc:date>2022-04-11T18:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 2: Accessing Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/807228#M10403</link>
      <description>But I tried the same steps with my activity 2.02 but got an error "the file path does not exist"</description>
      <pubDate>Mon, 11 Apr 2022 18:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-2-Accessing-Data/m-p/807228#M10403</guid>
      <dc:creator>Degema1</dc:creator>
      <dc:date>2022-04-11T18:53:00Z</dc:date>
    </item>
  </channel>
</rss>

