<?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: Length and Format of Character Variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587018#M167588</link>
    <description>&lt;P&gt;Hold your mouse on the right edge on the variable name and drag a bit. You'll see the complete display. Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 08 Sep 2019 00:00:10 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-09-08T00:00:10Z</dc:date>
    <item>
      <title>Length and Format of Character Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587010#M167584</link>
      <description>&lt;P&gt;The following code creates a variable m5 with an observation of five Ms.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data m5;
m5="MMMMM";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;SAS formats the variable as $5. since it contains five characters, but I cannot see the last M when I open the data set.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="m5.png" style="width: 575px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32314iDE441A131A5C63E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="m5.png" alt="m5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How should I determine the format to properly include all the characters in the screen? In this case, by the way, it seems $6. displays the last M correctly. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 23:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587010#M167584</guid>
      <dc:creator>Junyong</dc:creator>
      <dc:date>2019-09-07T23:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Length and Format of Character Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587014#M167586</link>
      <description>&lt;P&gt;Looks like you are using SAS's legacy Windowing Environment interface (aka Display Manager). I tried SAS's Enterprise Guide with your example and it displayed completely. I would not be too fussed about coding for VIEWTABLE peculiarities. Try it yourself in EG if you have it.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 23:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587014#M167586</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-07T23:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Length and Format of Character Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587018#M167588</link>
      <description>&lt;P&gt;Hold your mouse on the right edge on the variable name and drag a bit. You'll see the complete display. Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 00:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Length-and-Format-of-Character-Variable/m-p/587018#M167588</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-09-08T00:00:10Z</dc:date>
    </item>
  </channel>
</rss>

