<?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 Syntax for creating a character numbered list of variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Syntax-for-creating-a-character-numbered-list-of-variables/m-p/402222#M97649</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering what the syntax is to create a numbered list of variables that have character values. I have a txt file I'm trying to import with 150 character variables and I don't want to list every single one out in the input statement. However, when I put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;input Q1-Q150 $;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only variable that is character is Q150, all the other ones are numeric.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the correct way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Oct 2017 21:54:14 GMT</pubDate>
    <dc:creator>jacobrwest</dc:creator>
    <dc:date>2017-10-08T21:54:14Z</dc:date>
    <item>
      <title>Syntax for creating a character numbered list of variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-for-creating-a-character-numbered-list-of-variables/m-p/402222#M97649</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering what the syntax is to create a numbered list of variables that have character values. I have a txt file I'm trying to import with 150 character variables and I don't want to list every single one out in the input statement. However, when I put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;input Q1-Q150 $;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only variable that is character is Q150, all the other ones are numeric.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the correct way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2017 21:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-for-creating-a-character-numbered-list-of-variables/m-p/402222#M97649</guid>
      <dc:creator>jacobrwest</dc:creator>
      <dc:date>2017-10-08T21:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for creating a character numbered list of variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-for-creating-a-character-numbered-list-of-variables/m-p/402236#M97658</link>
      <description>&lt;PRE&gt;input (Q1-Q150) ($);&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Oct 2017 00:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-for-creating-a-character-numbered-list-of-variables/m-p/402236#M97658</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-10-09T00:28:03Z</dc:date>
    </item>
  </channel>
</rss>

