<?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 What's the equivalent of a varying character data type in SAS? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459065#M116550</link>
    <description>&lt;P&gt;I.E a variable length character with no padding.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 19:24:35 GMT</pubDate>
    <dc:creator>tomcmacdonald</dc:creator>
    <dc:date>2018-05-01T19:24:35Z</dc:date>
    <item>
      <title>What's the equivalent of a varying character data type in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459065#M116550</link>
      <description>&lt;P&gt;I.E a variable length character with no padding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 19:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459065#M116550</guid>
      <dc:creator>tomcmacdonald</dc:creator>
      <dc:date>2018-05-01T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's the equivalent of a varying character data type in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459068#M116552</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/142145"&gt;@tomcmacdonald&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I.E a variable length character with no padding.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not really such a thing. When a character variable is created it has a fixed length. If you try to stuff more than the created/assigned length then the value will be truncated to the length.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Padding" may not quite be what you think it is depending on how you use the variable.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 19:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459068#M116552</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-01T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: What's the equivalent of a varying character data type in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459098#M116572</link>
      <description>For SAS9 as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; states there is no real VARCHAR data type. You can use compress to gain some similar advantage, but that acts on the whole record.&lt;BR /&gt;But in Viya, SAS has introduced the VARCHAR data type &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;</description>
      <pubDate>Tue, 01 May 2018 20:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-s-the-equivalent-of-a-varying-character-data-type-in-SAS/m-p/459098#M116572</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-01T20:38:08Z</dc:date>
    </item>
  </channel>
</rss>

