<?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: Writing Observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486823#M126726</link>
    <description>&lt;P&gt;What do you have so far? Happy to help with homework, not so much to just provide an answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226110"&gt;@Goffy123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to do this question in code, the question is:&lt;/P&gt;
&lt;P&gt;Write observations to two new data sets (high_scores and low_scores) depending on the value of high_score (1 - high scores, 0 - low scores). Exclude the variable high_score?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset is called WORK.LASVEGAS. Any help with this will be much help.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 20:28:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-14T20:28:33Z</dc:date>
    <item>
      <title>Writing Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486820#M126725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to do this question in code, the question is:&lt;/P&gt;&lt;P&gt;Write observations to two new data sets (high_scores and low_scores) depending on the value of high_score (1 - high scores, 0 - low scores). Exclude the variable high_score?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset is called WORK.LASVEGAS. Any help with this will be much help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486820#M126725</guid>
      <dc:creator>Goffy123</dc:creator>
      <dc:date>2018-08-14T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Writing Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486823#M126726</link>
      <description>&lt;P&gt;What do you have so far? Happy to help with homework, not so much to just provide an answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226110"&gt;@Goffy123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to do this question in code, the question is:&lt;/P&gt;
&lt;P&gt;Write observations to two new data sets (high_scores and low_scores) depending on the value of high_score (1 - high scores, 0 - low scores). Exclude the variable high_score?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset is called WORK.LASVEGAS. Any help with this will be much help.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486823#M126726</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-14T20:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Writing Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486824#M126727</link>
      <description>&lt;P&gt;Data work.high_scores (drop=high_score)&amp;nbsp;work.low_scores (drop=high_score);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set work.lasvegas;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; if high_score= 1 then output work.high_scores;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; else if high_score=0 then output work.low_scores;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:28:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Writing-Observations/m-p/486824#M126727</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-14T20:28:34Z</dc:date>
    </item>
  </channel>
</rss>

