<?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>mesdz Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>mesdz Tracker</description>
    <pubDate>Fri, 08 May 2026 10:31:52 GMT</pubDate>
    <dc:date>2026-05-08T10:31:52Z</dc:date>
    <item>
      <title>Re: histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163796#M263524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okey thanks it works now &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 12:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163796#M263524</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2015-01-02T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163793#M263521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you meant that I have to replace &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;nm_x1 by &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;mn_x1?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 20:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163793#M263521</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2014-12-29T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163787#M263515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I put the means in&amp;nbsp; a table as follows&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data histo;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;set proc_means;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;array x{*}nm_x1-nm_x1000;&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;now Iwant to put that table in a variable say S but I didnt find&amp;nbsp; a solution&amp;nbsp; I did the following but it doesnt work&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data histo;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;set proc_means;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;array x{*}nm_x1-nm_x1000;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;s=x{nm_x1-nm_x1000};&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;could you please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 17:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163787#M263515</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2014-12-29T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163786#M263514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put the means in&amp;nbsp; a table as follows&lt;/P&gt;&lt;P&gt;data histo;&lt;/P&gt;&lt;P&gt;set proc_means;&lt;/P&gt;&lt;P&gt;array x{*}nm_x1-nm_x1000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;now Iwant to put that table in a variable say F but I didnt find&amp;nbsp; a solution&amp;nbsp; I did the following but it doesnt work&lt;/P&gt;&lt;P&gt;data histo;&lt;/P&gt;&lt;P&gt;set proc_means;&lt;/P&gt;&lt;P&gt;array x{*}nm_x1-nm_x1000;&lt;/P&gt;&lt;P&gt;s=x{nm_x1-nm_x1000};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;could you please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 17:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163786#M263514</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2014-12-29T17:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163783#M263511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but it doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 13:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163783#M263511</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2014-12-29T13:09:05Z</dc:date>
    </item>
    <item>
      <title>histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163780#M263508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,please how to construct a histogram for a set of means say X1-X1000 that Ihave calculated?&lt;/P&gt;&lt;P&gt;I did the following:&lt;/P&gt;&lt;P&gt;proc univariate data=pop;&lt;/P&gt;&lt;P&gt;var mn_X1-mn_X1000;&lt;/P&gt;&lt;P&gt;histogram;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;where mn_x means the mean of x1&lt;/P&gt;&lt;P&gt;but they gave me many histograms fo each mean but I need only one histogram for all the means.&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 17:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/histogram/m-p/163780#M263508</guid>
      <dc:creator>mesdz</dc:creator>
      <dc:date>2014-12-27T17:52:12Z</dc:date>
    </item>
  </channel>
</rss>

