<?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 Update on Proc SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Update-on-Proc-SQL/m-p/478986#M123586</link>
    <description>&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could u pls help me to resolve a correct format of UPDATE query... the given code perfectly works on SQL.. but i have no idea about a update JOIN in SAS.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;proc sql;
update ss_typ 
set ht = b.Height
FROM ss_typ a JOIN anthropometry b
ON a.mno = b.patient_id and diabcat = 'normal' and height &amp;lt;&amp;gt; 0 and
b.record_date between Diab_date-3  and Diab_date+3;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 Jul 2018 11:15:28 GMT</pubDate>
    <dc:creator>Sathish_jammy</dc:creator>
    <dc:date>2018-07-18T11:15:28Z</dc:date>
    <item>
      <title>Update on Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Update-on-Proc-SQL/m-p/478986#M123586</link>
      <description>&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could u pls help me to resolve a correct format of UPDATE query... the given code perfectly works on SQL.. but i have no idea about a update JOIN in SAS.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;proc sql;
update ss_typ 
set ht = b.Height
FROM ss_typ a JOIN anthropometry b
ON a.mno = b.patient_id and diabcat = 'normal' and height &amp;lt;&amp;gt; 0 and
b.record_date between Diab_date-3  and Diab_date+3;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Jul 2018 11:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Update-on-Proc-SQL/m-p/478986#M123586</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2018-07-18T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update on Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Update-on-Proc-SQL/m-p/478989#M123589</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#n1hz0uhw57yye2n16m5r103jjpjj.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#n1hz0uhw57yye2n16m5r103jjpjj.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This documentation page has some examples about performing Update using PROC SQL that might be useful&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 11:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Update-on-Proc-SQL/m-p/478989#M123589</guid>
      <dc:creator>UdayGuntupalli</dc:creator>
      <dc:date>2018-07-18T11:33:32Z</dc:date>
    </item>
  </channel>
</rss>

