<?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 rename observations which both belong to the same column. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/rename-observations-which-both-belong-to-the-same-column/m-p/514512#M138744</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to rename observation 'UK' as 'GB' which both belong to the same column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, I would like to transfer the following table1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;SPAN&gt;table1&lt;/SPAN&gt;&lt;BR /&gt;person_ctry_code, psn_name_cited
UK, apple
UK, pear
GB, juice&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;to table2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;SPAN&gt;table2&lt;/SPAN&gt;&lt;BR /&gt;person_ctry_code, psn_name_cited
GB, apple
GB, pear
GB, juice&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 17:40:48 GMT</pubDate>
    <dc:creator>France</dc:creator>
    <dc:date>2018-11-19T17:40:48Z</dc:date>
    <item>
      <title>rename observations which both belong to the same column.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rename-observations-which-both-belong-to-the-same-column/m-p/514512#M138744</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to rename observation 'UK' as 'GB' which both belong to the same column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, I would like to transfer the following table1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;SPAN&gt;table1&lt;/SPAN&gt;&lt;BR /&gt;person_ctry_code, psn_name_cited
UK, apple
UK, pear
GB, juice&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;to table2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;SPAN&gt;table2&lt;/SPAN&gt;&lt;BR /&gt;person_ctry_code, psn_name_cited
GB, apple
GB, pear
GB, juice&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rename-observations-which-both-belong-to-the-same-column/m-p/514512#M138744</guid>
      <dc:creator>France</dc:creator>
      <dc:date>2018-11-19T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: rename observations which both belong to the same column.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rename-observations-which-both-belong-to-the-same-column/m-p/514513#M138745</link>
      <description>&lt;P&gt;just rename one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if upcase(country)='UK' then country='GB';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rename-observations-which-both-belong-to-the-same-column/m-p/514513#M138745</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-19T17:43:31Z</dc:date>
    </item>
  </channel>
</rss>

