<?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: Find the cumulative distribution of a variable and output a dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712892#M219846</link>
    <description>Works like a charm. Thank you!</description>
    <pubDate>Wed, 20 Jan 2021 21:06:51 GMT</pubDate>
    <dc:creator>Ajaykrishna</dc:creator>
    <dc:date>2021-01-20T21:06:51Z</dc:date>
    <item>
      <title>Find the cumulative distribution of a variable and output a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712885#M219841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to output a cumulative distribution of a variable but i am interested in creating the output dataset and not the plot. Is there a way of doing this in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code creates a plot which is good but i would like the output to be a dataset and not a plot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data=temp out=data_out;&lt;BR /&gt;cdf score;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 20:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712885#M219841</guid>
      <dc:creator>Ajaykrishna</dc:creator>
      <dc:date>2021-01-20T20:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find the cumulative distribution of a variable and output a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712888#M219843</link>
      <description>Add this line to your PROC&lt;BR /&gt;ods output cdfplot = data_wanted;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics.html&lt;/A&gt;</description>
      <pubDate>Wed, 20 Jan 2021 20:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712888#M219843</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-01-20T20:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find the cumulative distribution of a variable and output a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712892#M219846</link>
      <description>Works like a charm. Thank you!</description>
      <pubDate>Wed, 20 Jan 2021 21:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-the-cumulative-distribution-of-a-variable-and-output-a/m-p/712892#M219846</guid>
      <dc:creator>Ajaykrishna</dc:creator>
      <dc:date>2021-01-20T21:06:51Z</dc:date>
    </item>
  </channel>
</rss>

