<?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 Add all variable names from a dataset to a matrix in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Add-all-variable-names-from-a-dataset-to-a-matrix/m-p/122464#M938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;The idea is that you can have a dataset with many variables so it would take much time writing each one by one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;How can you add all variable names from a dataset to a matrix, without explicitly writing each one by one ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;If there is no such defined option&amp;nbsp; (e.g. within use/read/close options), then is there a trick to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 08:32:31 GMT</pubDate>
    <dc:creator>Bogdan</dc:creator>
    <dc:date>2013-08-27T08:32:31Z</dc:date>
    <item>
      <title>Add all variable names from a dataset to a matrix</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Add-all-variable-names-from-a-dataset-to-a-matrix/m-p/122464#M938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;The idea is that you can have a dataset with many variables so it would take much time writing each one by one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;How can you add all variable names from a dataset to a matrix, without explicitly writing each one by one ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;If there is no such defined option&amp;nbsp; (e.g. within use/read/close options), then is there a trick to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 08:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Add-all-variable-names-from-a-dataset-to-a-matrix/m-p/122464#M938</guid>
      <dc:creator>Bogdan</dc:creator>
      <dc:date>2013-08-27T08:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add all variable names from a dataset to a matrix</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Add-all-variable-names-from-a-dataset-to-a-matrix/m-p/122465#M939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;use MyData;&lt;/P&gt;&lt;P&gt;read all var _NUM_ into X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details and related issues, see &lt;A href="http://blogs.sas.com/content/iml/2012/01/16/reading-all-variables-into-a-matrix/" title="http://blogs.sas.com/content/iml/2012/01/16/reading-all-variables-into-a-matrix/"&gt; Reading ALL variables INTO a matrix - The DO Loop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2012/01/16/reading-all-variables-into-a-matrix/" title="http://blogs.sas.com/content/iml/2012/01/16/reading-all-variables-into-a-matrix/"&gt;http://blogs.sas.com/content/iml/2012/01/16/reading-all-variables-into-a-matrix/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 09:23:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Add-all-variable-names-from-a-dataset-to-a-matrix/m-p/122465#M939</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-08-27T09:23:47Z</dc:date>
    </item>
  </channel>
</rss>

