<?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: SAS univariate histogram produced automatically on SAS EG 8.3 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954574#M45644</link>
    <description>&lt;P&gt;In 7.15, when you ran code, the results were generated in the Results tab, and by default automatically opened when generated.&amp;nbsp; The option to display results was automatically selected which caused the results tab to display when you ran the code.&amp;nbsp; If you deselect this, the results will be created, but the tab will remain in the background.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_0-1735061010402.png" style="width: 286px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103362i4C441719D0E3B4D6/image-dimensions/286x169?v=v2" width="286" height="169" role="button" title="KatS_SAS_0-1735061010402.png" alt="KatS_SAS_0-1735061010402.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In 8.x and later, the results are displayed in the work area on the right side of the UI by default.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_1-1735061254114.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103363i758EB3E0C02D293D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KatS_SAS_1-1735061254114.png" alt="KatS_SAS_1-1735061254114.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I select the Results tab, I will see the histogram&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_2-1735061321596.png" style="width: 291px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103364iC90ECF1C762288F7/image-dimensions/291x178?v=v2" width="291" height="178" role="button" title="KatS_SAS_2-1735061321596.png" alt="KatS_SAS_2-1735061321596.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If when you run your code, you do not see the Results tab, verify you have an ODS destination selected in the Tools-&amp;gt;Options -&amp;gt;Results-&amp;gt;General.&amp;nbsp; The default is HTML with 8.x.&amp;nbsp; If you do not have any result format selected, it will not display results in the Results tab.&amp;nbsp; Also, Excel, PDF, Powerpoint, and RTF will generate links to the results since we don't open them inside Enterprise Guide&lt;BR /&gt;Also, there are some options that could help display your results by default in this window.&amp;nbsp; In the Display Results section, check what you have&amp;nbsp;&lt;STRONG&gt;Default tab to display&lt;/STRONG&gt;.&amp;nbsp; I set mine to Results so they display on top when I run the code.&amp;nbsp; This is similar to the option in 7.15 that displayed results by default when generated.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_3-1735061649696.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103365i403B47816CF35F67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KatS_SAS_3-1735061649696.png" alt="KatS_SAS_3-1735061649696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link to the Working with results in the documentation:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/egcdc/8.5/egdoccdc/egug/p0isi75859uecxn1equ6gvja5aqy.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/egcdc/8.5/egdoccdc/egug/p0isi75859uecxn1equ6gvja5aqy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2024 17:36:29 GMT</pubDate>
    <dc:creator>KatS_SAS</dc:creator>
    <dc:date>2024-12-24T17:36:29Z</dc:date>
    <item>
      <title>SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953530#M45632</link>
      <description>&lt;P&gt;Dear SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a small issue but has bugged me for a while. I am using SAS EG 8.3 to produce the simply produce a histogram. The previous SAS EG 7.1 was able to automatically produce the histogram (e.g.) when I run&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data=dat1 noprint;&lt;/P&gt;&lt;P&gt;histogram charlson;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;However, in SAS EG 8.3, the histogram was no longer automatically generated in the result. I tried to put ods graphics on and ods html, but it did not work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there anything I should specifically set up in order for SAS EG 8.3 to automatically generate the plots/histograms?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953530#M45632</guid>
      <dc:creator>BochengJing</dc:creator>
      <dc:date>2024-12-13T17:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953532#M45633</link>
      <description>&lt;P&gt;What did the LOG show for the Proc univariate code when you had ODS Graphics on?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:18:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953532#M45633</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-12-13T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953535#M45634</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BochengJing_0-1734110446625.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103006iF93B4DAE964816B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BochengJing_0-1734110446625.png" alt="BochengJing_0-1734110446625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Nothing really.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953535#M45634</guid>
      <dc:creator>BochengJing</dc:creator>
      <dc:date>2024-12-13T17:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953687#M45635</link>
      <description>&lt;P&gt;I do not have SAS EG 8.3 so not sure if that is related. In a default installation of 8.2 code like yours runs and creates a histogram for a single variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might try this.&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
ods select histogram;
proc univariate data=sashelp.class plots;
   var age;
   histogram;
run;
&lt;/PRE&gt;
&lt;P&gt;The Select here replaces Noprint to suppress most of the output by selecting only the Histogram for output. The Plots statement seems to be needed to get an object named Histogram created, at least on my system based on SAS 9.4.7 . You didn't show how you "forced" html. I would try without that step first.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 16:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/953687#M45635</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-12-16T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954221#M45638</link>
      <description>&lt;P&gt;So this is what it showed after I run the proc univariate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BochengJing_1-1734651211691.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103241iA81156A7188D4D22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BochengJing_1-1734651211691.png" alt="BochengJing_1-1734651211691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The histogram was not automatically displayed like EG 7.1 used to do -- this is after I specified ods graphics on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I do? I felt this is a small issue but for some reasons I could not figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 23:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954221#M45638</guid>
      <dc:creator>BochengJing</dc:creator>
      <dc:date>2024-12-19T23:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954222#M45639</link>
      <description>&lt;P&gt;Are you using Enterprise Guide to execute some SAS code you wrote yourself?&lt;/P&gt;
&lt;P&gt;Or are you clicking on something in Enterprise Guide that is generating the SAS code for you?&lt;/P&gt;
&lt;P&gt;If the later can you get it to produce the histogram if you write the SAS code to produce the histogram?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is, are you just asking what has changed in ENTERPRISE GUIDE that is causing it to generate different SAS code than it did before?&amp;nbsp; Or are you asking what has changed in SAS to have it produce different output for the same SAS code?&amp;nbsp; In the later case it will help for you to share what version of SAS ( not the front end Enterprise Guide tool) you are using in both cases.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also can you produce other graphs besides these PROC UNIVARIATE histograms?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 00:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954222#M45639</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-12-20T00:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954574#M45644</link>
      <description>&lt;P&gt;In 7.15, when you ran code, the results were generated in the Results tab, and by default automatically opened when generated.&amp;nbsp; The option to display results was automatically selected which caused the results tab to display when you ran the code.&amp;nbsp; If you deselect this, the results will be created, but the tab will remain in the background.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_0-1735061010402.png" style="width: 286px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103362i4C441719D0E3B4D6/image-dimensions/286x169?v=v2" width="286" height="169" role="button" title="KatS_SAS_0-1735061010402.png" alt="KatS_SAS_0-1735061010402.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In 8.x and later, the results are displayed in the work area on the right side of the UI by default.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_1-1735061254114.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103363i758EB3E0C02D293D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KatS_SAS_1-1735061254114.png" alt="KatS_SAS_1-1735061254114.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I select the Results tab, I will see the histogram&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_2-1735061321596.png" style="width: 291px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103364iC90ECF1C762288F7/image-dimensions/291x178?v=v2" width="291" height="178" role="button" title="KatS_SAS_2-1735061321596.png" alt="KatS_SAS_2-1735061321596.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If when you run your code, you do not see the Results tab, verify you have an ODS destination selected in the Tools-&amp;gt;Options -&amp;gt;Results-&amp;gt;General.&amp;nbsp; The default is HTML with 8.x.&amp;nbsp; If you do not have any result format selected, it will not display results in the Results tab.&amp;nbsp; Also, Excel, PDF, Powerpoint, and RTF will generate links to the results since we don't open them inside Enterprise Guide&lt;BR /&gt;Also, there are some options that could help display your results by default in this window.&amp;nbsp; In the Display Results section, check what you have&amp;nbsp;&lt;STRONG&gt;Default tab to display&lt;/STRONG&gt;.&amp;nbsp; I set mine to Results so they display on top when I run the code.&amp;nbsp; This is similar to the option in 7.15 that displayed results by default when generated.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KatS_SAS_3-1735061649696.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103365i403B47816CF35F67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KatS_SAS_3-1735061649696.png" alt="KatS_SAS_3-1735061649696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link to the Working with results in the documentation:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/egcdc/8.5/egdoccdc/egug/p0isi75859uecxn1equ6gvja5aqy.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/egcdc/8.5/egdoccdc/egug/p0isi75859uecxn1equ6gvja5aqy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 17:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/954574#M45644</guid>
      <dc:creator>KatS_SAS</dc:creator>
      <dc:date>2024-12-24T17:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS univariate histogram produced automatically on SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/958797#M45820</link>
      <description>&lt;P&gt;I'm having a similar issue, except that I am using SAS EG 8.1 and I'm sure I have managed to create histograms before.&lt;/P&gt;&lt;P&gt;When I look in the results tab, I see a similar line of histogram related stuff (e.g. a header "Histogram for &amp;lt;var_name&amp;gt;, x-axis numbers, 0 5 10 15 20 Percent), but not the actual graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm typing the code in SAS EG 8.1, looks like this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;ods graphics on;
ods select histogram;
proc univariate data=my_data;
	var my_var;
	histogram;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Feb 2025 10:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-univariate-histogram-produced-automatically-on-SAS-EG-8-3/m-p/958797#M45820</guid>
      <dc:creator>vlapoutre</dc:creator>
      <dc:date>2025-02-10T10:30:16Z</dc:date>
    </item>
  </channel>
</rss>

