<?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: How to list all the text answers in the one column? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621527#M182702</link>
    <description>&lt;P&gt;No, I only the 20 different answers, not the full list of 500 rows.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 19:05:13 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2020-01-31T19:05:13Z</dc:date>
    <item>
      <title>How to list all the text answers in the one column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621525#M182700</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have around twenty&amp;nbsp;different answers in one column 'A'.&amp;nbsp;&amp;nbsp; Column A&amp;nbsp;is in text format.&amp;nbsp; &amp;nbsp;I would like to get a full list for all of them.&amp;nbsp;&amp;nbsp; Any idea how?&amp;nbsp; Basely, I would like to use the method to apply for the other ten variables.&amp;nbsp;&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621525#M182700</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2020-01-31T18:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all the text answers in the one column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621526#M182701</link>
      <description>&lt;P&gt;The simple answer is that PROC PRINT will create such a list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you be more specific about what you mean by "a full list"?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621526#M182701</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-31T18:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all the text answers in the one column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621527#M182702</link>
      <description>&lt;P&gt;No, I only the 20 different answers, not the full list of 500 rows.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621527#M182702</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2020-01-31T19:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all the text answers in the one column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621529#M182703</link>
      <description>&lt;P&gt;How about this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
     select distinct a from mydataset;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621529#M182703</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-31T19:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all the text answers in the one column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621531#M182704</link>
      <description>&lt;P&gt;Awesome!!&lt;img id="womanvery-happy" class="emoticon emoticon-womanvery-happy" src="https://communities.sas.com/i/smilies/16x16_woman-very-happy.png" alt="Woman Very Happy" title="Woman Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-list-all-the-text-answers-in-the-one-column/m-p/621531#M182704</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2020-01-31T19:20:06Z</dc:date>
    </item>
  </channel>
</rss>

