<?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 Charectors in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558577#M10119</link>
    <description>&lt;P&gt;Data dsn;&lt;/P&gt;&lt;P&gt;X='america';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want Output like&lt;/P&gt;&lt;P&gt;AmeRiCa&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 11:01:39 GMT</pubDate>
    <dc:creator>BrahmanandaRao</dc:creator>
    <dc:date>2019-05-14T11:01:39Z</dc:date>
    <item>
      <title>Charectors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558577#M10119</link>
      <description>&lt;P&gt;Data dsn;&lt;/P&gt;&lt;P&gt;X='america';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want Output like&lt;/P&gt;&lt;P&gt;AmeRiCa&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 11:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558577#M10119</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2019-05-14T11:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Charectors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558581#M10122</link>
      <description>&lt;P&gt;What is the logic here? Do you want to&amp;nbsp;consequently Upcase the letters A, R and C?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 11:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558581#M10122</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-05-14T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Charectors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558583#M10124</link>
      <description>&lt;P&gt;If so, then do something like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   string="america";
   newstring=translate(string, "ARC", "arc");

   put string= // newstring=;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 May 2019 11:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558583#M10124</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-05-14T11:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Charectors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558589#M10125</link>
      <description>&lt;P&gt;If there is a logical rule for this conversion, you need to tell us that, so we can translate it into code.&lt;/P&gt;
&lt;P&gt;If there is no logical rule, then there's no base for any code.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 11:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Charectors/m-p/558589#M10125</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-14T11:43:14Z</dc:date>
    </item>
  </channel>
</rss>

