<?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 select: how to save result in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645901#M24046</link>
    <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the code-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select productlimitestimates=d99;


proc lifetest data=graph2_B_G plots= survival(strata = overlay);
time time*status(0);
strata drg_class_detail;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If i remove the =d99 from ods select the code works otherwise I get syntax error .&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;How do I save the dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2020 15:02:43 GMT</pubDate>
    <dc:creator>riyaaora275</dc:creator>
    <dc:date>2020-05-07T15:02:43Z</dc:date>
    <item>
      <title>Ods select: how to save result</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645901#M24046</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the code-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select productlimitestimates=d99;


proc lifetest data=graph2_B_G plots= survival(strata = overlay);
time time*status(0);
strata drg_class_detail;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If i remove the =d99 from ods select the code works otherwise I get syntax error .&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;How do I save the dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 15:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645901#M24046</guid>
      <dc:creator>riyaaora275</dc:creator>
      <dc:date>2020-05-07T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ods select: how to save result</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645905#M24047</link>
      <description>&lt;P&gt;ODS &lt;STRONG&gt;Select&lt;/STRONG&gt; determines the results to display and so only uses created table name.&lt;/P&gt;
&lt;P&gt;If you want a data set then you use ODS &lt;STRONG&gt;OUTPUT&lt;/STRONG&gt; tablename = datasetname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 15:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645905#M24047</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-07T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ods select: how to save result</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645908#M24048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183242"&gt;@riyaaora275&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS Select is for display.&lt;/P&gt;
&lt;P&gt;In your case, I suggest that you use ODS OUTPUT, so that you can save the results in a dataset for further investigations.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 15:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-select-how-to-save-result/m-p/645908#M24048</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-07T15:10:01Z</dc:date>
    </item>
  </channel>
</rss>

