<?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 three columna names for a new dataset with iml in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/how-to-create-three-columna-names-for-a-new-dataset-with-iml/m-p/278203#M2862</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;create dida from data6[colname={'difference' 'lower' 'Upper'}];&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 17 Jun 2016 14:38:59 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-06-17T14:38:59Z</dc:date>
    <item>
      <title>how to create three columna names for a new dataset with iml</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/how-to-create-three-columna-names-for-a-new-dataset-with-iml/m-p/278172#M2861</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;create dida from data6[colname='difference'  COLNAME=
'lower'  COLNAME=
 'Upper'];


	append from data6; 
	close dida;

proc print data=dida; 
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to have three column names for this dataset, dida, but I only have the first column name right, other two keep as&lt;/P&gt;&lt;P&gt;COL2 COL3.&lt;/P&gt;&lt;P&gt;would anybody teach me how to fix it? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 12:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/how-to-create-three-columna-names-for-a-new-dataset-with-iml/m-p/278172#M2861</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-17T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create three columna names for a new dataset with iml</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/how-to-create-three-columna-names-for-a-new-dataset-with-iml/m-p/278203#M2862</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;create dida from data6[colname={'difference' 'lower' 'Upper'}];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jun 2016 14:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/how-to-create-three-columna-names-for-a-new-dataset-with-iml/m-p/278203#M2862</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-17T14:38:59Z</dc:date>
    </item>
  </channel>
</rss>

