<?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 Please let me know the reason in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32686#M6319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi SAS jedi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If SAS viewer column is not wide enough then it should not show the all the records on variable X5.Also when i use this dataset i am able to get the record with condition if X5='q'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How it showing good in my secod data step when i am entering the data with blank as delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2011 13:18:09 GMT</pubDate>
    <dc:creator>manojinpec</dc:creator>
    <dc:date>2011-07-18T13:18:09Z</dc:date>
    <item>
      <title>Please let me know the reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32684#M6317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find out why in the last variable i am getting data as 'q' only.I expect to get 'qw'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-size: 9pt; color: #000000; direction: ltr; font-family: MS Shell Dlg 2;"&gt;&lt;DIV&gt;DATA xyz;&lt;BR /&gt;INPUT (x1 - x5) ($2.);&lt;BR /&gt;ARRAY expl(5) x1 - x5;&lt;BR /&gt;PUT _ALL_;&lt;BR /&gt;DATALINES;&lt;BR /&gt;aabbccddee&lt;BR /&gt;mkjkasrdas&lt;BR /&gt;aabbccddee&lt;BR /&gt;retesferqw&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;IMG alt="abc.bmp" class="jive-image" src="https://communities.sas.com/legacyfs/online/1034_abc.bmp" /&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;however when i write following code i am getting the result as expected.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="Normalcontent" style="clear: both; padding-right: 3px; padding-left: 3px; padding-bottom: 0px; padding-top: 0px; position: relative;"&gt;&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;&lt;SPAN&gt;&lt;DIV style="font-size: 9pt; color: #000000; direction: ltr; font-family: MS Shell Dlg 2;"&gt;DATA xyz2;&lt;BR /&gt;INPUT (x1 - x5) ($);&lt;BR /&gt;ARRAY expl(5) x1 - x5;&lt;BR /&gt;PUT _ALL_;&lt;BR /&gt;DATALINES;&lt;BR /&gt;aa&amp;nbsp; bb&amp;nbsp; cc&amp;nbsp; dd&amp;nbsp; ee&lt;P&gt;&lt;/P&gt;&lt;P&gt;mk&amp;nbsp; jk&amp;nbsp; as&amp;nbsp; rd&amp;nbsp; as&lt;/P&gt;&lt;P&gt;aa&amp;nbsp; bb&amp;nbsp; cc&amp;nbsp; dd&amp;nbsp; ee&lt;/P&gt;&lt;P&gt;re&amp;nbsp; te&amp;nbsp; sf&amp;nbsp; er&amp;nbsp; qw&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 11:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32684#M6317</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2011-07-18T11:39:45Z</dc:date>
    </item>
    <item>
      <title>Please let me know the reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32685#M6318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run a PROC PRINT on your data and you will find that the data is just fine.&amp;nbsp; Your SAS Viewer XF column is just not wide enough to show all of the text.&amp;nbsp; You can re-size the column by dragging the right boundary of the X5 column header over to the right, and you'll see the rest of your text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 12:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32685#M6318</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2011-07-18T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Please let me know the reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32686#M6319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi SAS jedi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If SAS viewer column is not wide enough then it should not show the all the records on variable X5.Also when i use this dataset i am able to get the record with condition if X5='q'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How it showing good in my secod data step when i am entering the data with blank as delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 13:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32686#M6319</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2011-07-18T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Please let me know the reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32687#M6320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is only the size of the font that is keeping the value from showing in your first example.&amp;nbsp; E.g., if you were to put the record that has the qw for x5 in the first position, that is the one that would only show 1 character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA xyz;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT (x1 - x5) ($2.);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATALINES;&lt;/P&gt;&lt;P&gt;aabbccddqw&lt;/P&gt;&lt;P&gt;mkjkasrdas&lt;/P&gt;&lt;P&gt;aabbccddee&lt;/P&gt;&lt;P&gt;retesferee&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your second example you used a default of 8 characters in the format .. more than enough to show the two characters regardless of which two they were.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 13:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-let-me-know-the-reason/m-p/32687#M6320</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-18T13:26:57Z</dc:date>
    </item>
  </channel>
</rss>

