<?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: updating a table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61592#M17493</link>
    <description>proc sql;&lt;BR /&gt;
update table tablename&lt;BR /&gt;
set associationname='AL'&lt;BR /&gt;
where statename='alabama' and associationname='FLC';&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
There are other approaches if you have more than you can handle programming manually.</description>
    <pubDate>Wed, 04 May 2011 01:03:09 GMT</pubDate>
    <dc:creator>DBailey</dc:creator>
    <dc:date>2011-05-04T01:03:09Z</dc:date>
    <item>
      <title>updating a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61591#M17492</link>
      <description>this is my table &lt;BR /&gt;
&lt;BR /&gt;
id   statename associationname code price&lt;BR /&gt;
1     texas             TX              3435     234&lt;BR /&gt;
2     alabama         FLC           2342      345&lt;BR /&gt;
3      alabama        FLB           35443    345&lt;BR /&gt;
4    alabama          ALC           3445      356&lt;BR /&gt;
&lt;BR /&gt;
Now i want to make changes such that if statename= alabama and associationname=FLC&lt;BR /&gt;
&lt;BR /&gt;
i want to change associationname to AL&lt;BR /&gt;
&lt;BR /&gt;
pls help thanks in advance</description>
      <pubDate>Wed, 04 May 2011 00:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61591#M17492</guid>
      <dc:creator>saslackey</dc:creator>
      <dc:date>2011-05-04T00:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: updating a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61592#M17493</link>
      <description>proc sql;&lt;BR /&gt;
update table tablename&lt;BR /&gt;
set associationname='AL'&lt;BR /&gt;
where statename='alabama' and associationname='FLC';&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
There are other approaches if you have more than you can handle programming manually.</description>
      <pubDate>Wed, 04 May 2011 01:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61592#M17493</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2011-05-04T01:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: updating a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61593#M17494</link>
      <description>sorry it is a dataset and not a table</description>
      <pubDate>Wed, 04 May 2011 01:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61593#M17494</guid>
      <dc:creator>saslackey</dc:creator>
      <dc:date>2011-05-04T01:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: updating a table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61594#M17495</link>
      <description>table/dataset terms mean the same thing in SAS.</description>
      <pubDate>Wed, 04 May 2011 01:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/updating-a-table/m-p/61594#M17495</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2011-05-04T01:57:37Z</dc:date>
    </item>
  </channel>
</rss>

