<?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 ods output issues in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143238#M38111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am using fastclus and ods output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods output ClusterCenters= c3&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;proc fastclus data=work&amp;nbsp; maxclusters=&amp;amp;nclus maxiter=20&amp;nbsp; outstat=olus out = out; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above stores the Cluster centers how do i get the ods table name for&amp;nbsp; example ClusterList &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the below warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Output 'ClusterList' was not created.&amp;nbsp; Make sure that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the output object name, label, or path is spelled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; correctly.&amp;nbsp; Also, verify that the appropriate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure options are used to produce the requested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output object.&amp;nbsp; For example, verify that the NOPRINT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; option is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 22:27:30 GMT</pubDate>
    <dc:creator>hdg</dc:creator>
    <dc:date>2014-05-02T22:27:30Z</dc:date>
    <item>
      <title>ods output issues</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143238#M38111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am using fastclus and ods output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods output ClusterCenters= c3&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;proc fastclus data=work&amp;nbsp; maxclusters=&amp;amp;nclus maxiter=20&amp;nbsp; outstat=olus out = out; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above stores the Cluster centers how do i get the ods table name for&amp;nbsp; example ClusterList &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the below warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Output 'ClusterList' was not created.&amp;nbsp; Make sure that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the output object name, label, or path is spelled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; correctly.&amp;nbsp; Also, verify that the appropriate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure options are used to produce the requested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output object.&amp;nbsp; For example, verify that the NOPRINT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; option is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 22:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143238#M38111</guid>
      <dc:creator>hdg</dc:creator>
      <dc:date>2014-05-02T22:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods output issues</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143239#M38112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code doesn't match your error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try checking the documentation as it lists all the ODS Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or run with odd trace on to see the table names:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods trace on ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc fastclus data=work&amp;nbsp; maxclusters=&amp;amp;nclus maxiter=20&amp;nbsp; outstat=olus out = out;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods trace off;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A href="http://statgeeks.wordpress.com/2013/08/11/how-do-i-get-my-sas-results-into-a-data-set/" title="http://statgeeks.wordpress.com/2013/08/11/how-do-i-get-my-sas-results-into-a-data-set/"&gt;How do I get my SAS results into a data set? | Statistics and other stuff from a geek&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 23:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143239#M38112</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-02T23:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods output issues</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143240#M38113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the ods trace tip!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 21:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ods-output-issues/m-p/143240#M38113</guid>
      <dc:creator>hdg</dc:creator>
      <dc:date>2014-05-05T21:24:25Z</dc:date>
    </item>
  </channel>
</rss>

