<?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: Anything wrong with this program? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608580#M177134</link>
    <description>Thank you so much! I really appreciate your advice!</description>
    <pubDate>Sun, 01 Dec 2019 15:04:49 GMT</pubDate>
    <dc:creator>Amy0223</dc:creator>
    <dc:date>2019-12-01T15:04:49Z</dc:date>
    <item>
      <title>Anything wrong with this program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608577#M177131</link>
      <description>&lt;P&gt;Hi community, I'm not sure how to answer this question. It appears nothing is wrong but I'd like to hear your advice. Your help is much appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What, if anything, is wrong with the following programs?&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data p1; set mast;
if sector='a4' then output;

data p2; set me;
if sector=29 then output;

data sects;
merge p1 p2;
by sector;
proc print noobs;
run;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Dec 2019 14:54:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608577#M177131</guid>
      <dc:creator>Amy0223</dc:creator>
      <dc:date>2019-12-01T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with this program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608578#M177132</link>
      <description>&lt;P&gt;The program might run.&amp;nbsp; But if SECTOR is really character in one dataset and numeric in the other then the data step with the MERGE statement will fail.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 15:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608578#M177132</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-12-01T15:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with this program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608580#M177134</link>
      <description>Thank you so much! I really appreciate your advice!</description>
      <pubDate>Sun, 01 Dec 2019 15:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608580#M177134</guid>
      <dc:creator>Amy0223</dc:creator>
      <dc:date>2019-12-01T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with this program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608600#M177151</link>
      <description>&lt;P&gt;Can you please start using subject lines that are more reflective of your question?&lt;/P&gt;
&lt;P&gt;I think you have about 4 questions all with the same/similar vague subject line of 'anything wrong with this program'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And please mark the questions as solved when they are, identifying the correct solution for future users.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 20:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-this-program/m-p/608600#M177151</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-01T20:52:11Z</dc:date>
    </item>
  </channel>
</rss>

