<?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 create a dataset from several matrices? in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24856#M111</link>
    <description>Thank you !</description>
    <pubDate>Sun, 06 Dec 2009 11:52:49 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-06T11:52:49Z</dc:date>
    <item>
      <title>How to create a dataset from several matrices?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24854#M109</link>
      <description>suppose 3 matrix var1={1,2,3,4,5};&lt;BR /&gt;
                      var2={5,8,6,7,8};&lt;BR /&gt;
                      var3={6,8,9,7,4};&lt;BR /&gt;
how can I create a dataset like this ?&lt;BR /&gt;
var1 var2 var3&lt;BR /&gt;
1 5 6 &lt;BR /&gt;
2 8 8 &lt;BR /&gt;
3 6 9&lt;BR /&gt;
4 7 7&lt;BR /&gt;
5 8 4&lt;BR /&gt;
&lt;BR /&gt;
Thank you ~</description>
      <pubDate>Thu, 03 Dec 2009 14:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24854#M109</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-03T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dataset from several matrices?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24855#M110</link>
      <description>create MyData var {var1 var2 var3};&lt;BR /&gt;
append;&lt;BR /&gt;
close MyData;</description>
      <pubDate>Fri, 04 Dec 2009 13:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24855#M110</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2009-12-04T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dataset from several matrices?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24856#M111</link>
      <description>Thank you !</description>
      <pubDate>Sun, 06 Dec 2009 11:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-create-a-dataset-from-several-matrices/m-p/24856#M111</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-06T11:52:49Z</dc:date>
    </item>
  </channel>
</rss>

