<?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: No errors but can't see the output after running the code in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538120#M6885</link>
    <description>&lt;P&gt;Please use the below step after the data step and get the output automatically in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=eu_occ2016;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 24 Feb 2019 19:38:57 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2019-02-24T19:38:57Z</dc:date>
    <item>
      <title>No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538113#M6879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS. I am trying to learn the basics. I am going through the fundamentals. My question is that I cannot seem to see the output after running my code. There are no errors in the log file. Following is what I ran (and attached jpeg is the screenshot of the details). Would appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;************************&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;data eu_occ2016;&lt;BR /&gt;set pg1.eu_occ;&lt;BR /&gt;where YearMon like "2016%";&lt;BR /&gt;format Hotel ShortStay Camp comma17.;&lt;BR /&gt;drop geo;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;************************&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_code_output.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27392i9066F22BE3E8D6C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_code_output.jpg" alt="sas_code_output.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-BT&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 18:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538113#M6879</guid>
      <dc:creator>bishythapa</dc:creator>
      <dc:date>2019-02-24T18:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538116#M6881</link>
      <description>Have you checked the work library in the explorer window, there a dataset eu_occ2016 is created. That will be your output.</description>
      <pubDate>Sun, 24 Feb 2019 19:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538116#M6881</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-02-24T19:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538117#M6882</link>
      <description>&lt;P&gt;You are running a DATA step where the only output is a dataset called eu_occ2016.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will find this dataset in your SAS WORK library.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538117#M6882</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-02-24T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538118#M6883</link>
      <description>&lt;P&gt;Thank you, much appreciated! Yes, the dataset is there. I guess my question is how do I organize the settings in such a way that I am able to see the output as soon as I run the command? I do not want want to dig into a folder to see what my output looks like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;-BT&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538118#M6883</guid>
      <dc:creator>bishythapa</dc:creator>
      <dc:date>2019-02-24T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538119#M6884</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;-BT&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538119#M6884</guid>
      <dc:creator>bishythapa</dc:creator>
      <dc:date>2019-02-24T19:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538120#M6885</link>
      <description>&lt;P&gt;Please use the below step after the data step and get the output automatically in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=eu_occ2016;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538120#M6885</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-02-24T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538121#M6886</link>
      <description>Thanks so much! -BT</description>
      <pubDate>Sun, 24 Feb 2019 20:10:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538121#M6886</guid>
      <dc:creator>bishythapa</dc:creator>
      <dc:date>2019-02-24T20:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538122#M6887</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259031"&gt;@bishythapa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you, much appreciated! Yes, the dataset is there. I guess my question is how do I organize the settings in such a way that I am able to see the output as soon as I run the command? I do not want want to dig into a folder to see what my output looks like.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much!&lt;/P&gt;
&lt;P&gt;-BT&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You first have to run some code that actually produces output.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 20:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538122#M6887</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-24T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: No errors but can't see the output after running the code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538128#M6889</link>
      <description>&lt;P&gt;If you ever switch to using Enterprise Guide as your SAS development interface, output datasets can be displayed automatically without any coding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 20:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/No-errors-but-can-t-see-the-output-after-running-the-code/m-p/538128#M6889</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-02-24T20:48:27Z</dc:date>
    </item>
  </channel>
</rss>

