<?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: Tranwrd for multiple values in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152545#M2600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are on the wrong track. Spelling variations will most likely expand over time, and you don't to update your program each time.&lt;/P&gt;&lt;P&gt;Use a look-up table with incorrect - correct (normalized) spelling pairs. Then use the look-up technique you feel most comfortable with (user defined formats, SQL join etc). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 20:03:26 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2014-06-24T20:03:26Z</dc:date>
    <item>
      <title>Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152542#M2597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to group some values into one value. For eg : I have data for college names and some names are written in short form and some in full forms. The task is to group them into one name. I am using TRANWRD function to do it. Is it possible to group multiple values into one using TRANWRD function? I know the two datasets can be merged for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152542#M2597</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2014-06-23T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152543#M2598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Examples of what you have and what you want. Depending on the number of records you might be able to create a format but tranwrd isn't going to get you there without a many lines of code though it can regularize some things common contractions to a single standard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 19:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152543#M2598</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-23T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152544#M2599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need multiple tranwrd() for that purpose . But you can combine them all into one function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if prxmatch('/ArthurT|ArthurC|ArthurK/',name) then name='Arthur' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152544#M2599</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-06-24T14:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152545#M2600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are on the wrong track. Spelling variations will most likely expand over time, and you don't to update your program each time.&lt;/P&gt;&lt;P&gt;Use a look-up table with incorrect - correct (normalized) spelling pairs. Then use the look-up technique you feel most comfortable with (user defined formats, SQL join etc). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 20:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152545#M2600</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-06-24T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152546#M2601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Ksharp may be right, using regular expression is a good way~~~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 02:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152546#M2601</guid>
      <dc:creator>Albert_Feng</dc:creator>
      <dc:date>2014-06-25T02:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd for multiple values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152547#M2602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Ksharp. It works like a charm &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Tranwrd-for-multiple-values/m-p/152547#M2602</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2014-06-26T17:05:15Z</dc:date>
    </item>
  </channel>
</rss>

