<?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 BASE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE/m-p/799767#M314509</link>
    <description>&lt;P&gt;Inverse the condition in your WHERE clause (&amp;gt; instead of &amp;lt;=).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 07:41:12 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-03-03T07:41:12Z</dc:date>
    <item>
      <title>SAS BASE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE/m-p/799756#M314498</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a query like below.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PROC SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE T_REPLI_RC10_HIST AS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT t1.*,t2.MAX_Week_Commencing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM &amp;amp;_INPUT1. t1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LEFT JOIN T_REPLI_RANGE t2 ON (t1.Customer_ID = t2.Customer_ID) AND (t1.PROD_Group = t2.PROD_Group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE t1.Week_Commencing &amp;gt;= t2.MIN_Week_Commencing AND t1.Week_Commencing &amp;lt;= t2.MAX_Week_Commencing AND strip(t1.Env) = strip(tranwrd("&amp;amp;SCENARIO.","PRD","P"));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;QUIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i want to delete rows when&amp;nbsp; t1.Week_Commencing &amp;lt;= t2.MAX_Week_Commencing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hoe can i mention that in the above code? thank you for your help in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-BASE/m-p/799756#M314498</guid>
      <dc:creator>Pandu</dc:creator>
      <dc:date>2022-03-03T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BASE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE/m-p/799767#M314509</link>
      <description>&lt;P&gt;Inverse the condition in your WHERE clause (&amp;gt; instead of &amp;lt;=).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-BASE/m-p/799767#M314509</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-03T07:41:12Z</dc:date>
    </item>
  </channel>
</rss>

