<?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, Lesson 2: Accessing Data, Activity 1 No Output in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760271#M10132</link>
    <description>Well, hopefully you can resize it. At least we got it working.&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 08 Aug 2021 19:07:17 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2021-08-08T19:07:17Z</dc:date>
    <item>
      <title>SAS Programming 1: Essentials, Lesson 2: Accessing Data, Activity 1 No Output</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760193#M10128</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read a couple different posts on this topic and I'm still not sure why I'm not receiving any output. I'm using SAS On Demand.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents data="/home/USERNAME/EPG1V2/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(where username is my actual user id).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I copied and pasted the file path from properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive no warnings in the my log but I see no table describing the contents of the data as shown in the instructional video.&amp;nbsp;&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="Lou11_0-1628367459044.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62373i97149F175FA5FDD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lou11_0-1628367459044.png" alt="Lou11_0-1628367459044.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;</description>
      <pubDate>Sat, 07 Aug 2021 20:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760193#M10128</guid>
      <dc:creator>Lou11</dc:creator>
      <dc:date>2021-08-07T20:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials, Lesson 2: Accessing Data, Activity 1 No Output</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760199#M10129</link>
      <description>&lt;P&gt;Well, that's weird.&amp;nbsp; The "NOTE" in the log indicates that everything went fine.&amp;nbsp; I haven't used Studio for a while (I'm using Enterprise Guide as my interface), but I don't remember anything tricky about finding the output.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might try:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Closing studio, re-opening studio,&amp;nbsp;and then re-try running the Proc Contents.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; It could be that maybe your ODS (Output Delivery System) has some screwy setting.&amp;nbsp; Before your Proc Contents, insert the following&lt;/P&gt;
&lt;P&gt;ODS Listing;&lt;/P&gt;
&lt;P&gt;ODS HTML;&lt;/P&gt;
&lt;P&gt;ODS HTML Exclude None;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should look something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS Listing;
ODS HTML;
ODS HTML Exclude None;
proc contents data="/home/USERNAME/EPG1V2/data/storm_summary.sas7bdat";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That might be redundant to use ODS HTML twice, but hopefully that will "turn on" some of the output destinations if for some reason they are not active.&amp;nbsp; If you get any weird messages regarding ODS, try removing one or the other of the ODS HTML statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 02:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760199#M10129</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-08T02:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials, Lesson 2: Accessing Data, Activity 1 No Output</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760238#M10130</link>
      <description>You might also try going into Preferences and on the Results choice, do a restore or reset to defaults. But usually logging off and logging on again should clear any strange behavior. The only other possibility is that you somehow resized and disappeared the Results tab.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 08 Aug 2021 14:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760238#M10130</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-08-08T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials, Lesson 2: Accessing Data, Activity 1 No Output</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760268#M10131</link>
      <description>&lt;P&gt;Thank you both. When I restarted, my results tab was small and in a weird place!&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 18:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760268#M10131</guid>
      <dc:creator>Lou11</dc:creator>
      <dc:date>2021-08-08T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials, Lesson 2: Accessing Data, Activity 1 No Output</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760271#M10132</link>
      <description>Well, hopefully you can resize it. At least we got it working.&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Aug 2021 19:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Programming-1-Essentials-Lesson-2-Accessing-Data-Activity-1/m-p/760271#M10132</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-08T19:07:17Z</dc:date>
    </item>
  </channel>
</rss>

