<?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: Histogram displayed as text in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715491#M38052</link>
    <description>Hello, log updated in the post, doesn't really say much though.&lt;BR /&gt;Thank you for your kind attention</description>
    <pubDate>Sat, 30 Jan 2021 00:33:11 GMT</pubDate>
    <dc:creator>AJ_Brien</dc:creator>
    <dc:date>2021-01-30T00:33:11Z</dc:date>
    <item>
      <title>Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715096#M38049</link>
      <description>&lt;P&gt;Hello mentors,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my univariate procedure and I'm trying to create a histogram for the 1st time, but something is missing since instead of a graph, all I see is text with histogram values. ods default is html5, and output goes to the result window. Please help, what am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=abc;
var balance;
id id;
histogram balance/normal ;
inset skewness kurtosis/position=ne;
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;O/P:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="proc_title_group"&gt;&lt;P class="proctitle"&gt;The UNIVARIATE Procedure&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Histogram for BALANCE2000.008000.0014000.0020000.0026000.0032000.0038000.0044000.0050000.0056000.0062000.000510152025303540PercentSkewness3.06128Kurtosis16.32121BALANCEHistogram for BALANCE&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;1 The SAS System 10:50 Friday, January 29, 2021&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='aaa.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='FB4B68626197A';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='aaa.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=SVG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP(9, 4, 4) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGHTML TEMP;&lt;BR /&gt;18 ODS HTML5(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;19 OPTIONS(BITMAP_MODE='INLINE')&lt;BR /&gt;20 %HTML5AccessibleGraphSupported&lt;BR /&gt;MLOGIC(HTML5ACCESSIBLEGRAPHSUPPORTED): Beginning execution.&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): Beginning execution.&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): Parameter MAJOR has value 9&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): Parameter MINOR has value 4&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): Parameter MAINT has value 4&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LOCAL CURMAJ&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LOCAL CURMIN&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LOCAL CURMNT&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LET (variable name is CURMAJ)&lt;BR /&gt;SYMBOLGEN: Macro variable SYSVLONG resolves to A2&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LET (variable name is CURMIN)&lt;BR /&gt;SYMBOLGEN: Macro variable SYSVLONG resolves to A3&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %LET (variable name is CURMNT)&lt;BR /&gt;SYMBOLGEN: Macro variable SYSVLONG resolves to A4&lt;BR /&gt;SYMBOLGEN: Macro variable MAJOR resolves to 9&lt;BR /&gt;SYMBOLGEN: Macro variable CURMAJ resolves to 9&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %IF condition %eval(&amp;amp;major NE &amp;amp;CurMaj) is FALSE&lt;BR /&gt;SYMBOLGEN: Macro variable MINOR resolves to 4&lt;BR /&gt;SYMBOLGEN: Macro variable CURMIN resolves to 04&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %IF condition %eval(&amp;amp;minor NE &amp;amp;CurMin) is FALSE&lt;BR /&gt;SYMBOLGEN: Macro variable MAINT resolves to 4&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): %IF condition "&amp;amp;maint" = "" is FALSE&lt;BR /&gt;SYMBOLGEN: Macro variable CURMNT resolves to 6&lt;BR /&gt;SYMBOLGEN: Macro variable MAINT resolves to 4&lt;BR /&gt;MLOGIC(_SAS_VERCOMP): Ending execution.&lt;BR /&gt;MLOGIC(HTML5ACCESSIBLEGRAPHSUPPORTED): %IF condition %_SAS_VERCOMP(9, 4, 4) &amp;gt;= 0 is TRUE&lt;BR /&gt;MLOGIC(HTML5ACCESSIBLEGRAPHSUPPORTED): Ending execution.&lt;BR /&gt;21 ENCODING='utf-8'&lt;BR /&gt;22 STYLE=HtmlBlue&lt;BR /&gt;23 NOGTITLE&lt;BR /&gt;24 NOGFOOTNOTE&lt;BR /&gt;25 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;SYMBOLGEN: Macro variable SASWORKLOCATION resolves to&lt;BR /&gt;"/saswork1/"&lt;BR /&gt;26 ;&lt;BR /&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27&lt;BR /&gt;2 The SAS System 10:50 Friday, January 29, 2021&lt;/P&gt;&lt;P&gt;28 proc univariate data=abc;&lt;BR /&gt;29 var BALANCE;&lt;BR /&gt;30 id id;&lt;BR /&gt;31 histogram BALANCE/normal ;&lt;BR /&gt;32 inset skewness kurtosis/position=ne;&lt;BR /&gt;33 run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;BR /&gt;real time 0.32 seconds&lt;BR /&gt;user cpu time 0.17 seconds&lt;BR /&gt;system cpu time 0.03 seconds&lt;BR /&gt;memory 7246.00k&lt;BR /&gt;OS Memory 44280.00k&lt;BR /&gt;Timestamp 01/29/2021 11:55:16 AM&lt;BR /&gt;Step Count 545 Switch Count 5&lt;BR /&gt;Page Faults 10&lt;BR /&gt;Page Reclaims 1635&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 239&lt;BR /&gt;Involuntary Context Switches 1&lt;BR /&gt;Block Input Operations 18648&lt;BR /&gt;Block Output Operations 328&lt;/P&gt;&lt;P&gt;34&lt;BR /&gt;35 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;36 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;37 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;38 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;39 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;40 %LET _SASPROGRAMFILE=;&lt;BR /&gt;41 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;42&lt;BR /&gt;43 ;*';*";*/;quit;run;&lt;BR /&gt;44 ODS _ALL_ CLOSE;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 QUIT; RUN;&lt;BR /&gt;48&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 00:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715096#M38049</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2021-01-30T00:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715183#M38050</link>
      <description>Also tried with ods graphics on, but that didn't help either.&lt;BR /&gt;Would appreciate any suggestions.</description>
      <pubDate>Fri, 29 Jan 2021 06:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715183#M38050</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2021-01-29T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715234#M38051</link>
      <description>&lt;P&gt;Please post the complete SAS log.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 12:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715234#M38051</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-29T12:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715491#M38052</link>
      <description>Hello, log updated in the post, doesn't really say much though.&lt;BR /&gt;Thank you for your kind attention</description>
      <pubDate>Sat, 30 Jan 2021 00:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715491#M38052</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2021-01-30T00:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715531#M38053</link>
      <description>&lt;P&gt;Is that macro code something that you wrote, or is it coming from a SAS product (such as Enterprise Guide) in which you are running SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see anything obviously wrong, but it could be the data rather than the SAS syntax. Let's try two tests. The first test repeats your call to PROC UNIVARIATE on some data that we know is suitable for graphing. The second tries to create a histogram of your data by using PROC SGPOT.&amp;nbsp; Let us know what happens when you submit these statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* TEST 1: Is it the DATA? Can you see the histogram of this test data? */
data Have;
do id = 1 to 10;
   BALANCE = rand("Normal");
   output;
   end;
run;
ods graphics on;
proc univariate data=Have;
 var BALANCE;
 id id;
 histogram BALANCE/normal ;
 inset skewness kurtosis/position=ne;
run;

/* TEST 2: Can you see the histogram created by PROC SGPLOT on the ABC data? */
proc sgplot data=abc;
   histogram BALANCE;
   density BALANCE;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Jan 2021 11:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715531#M38053</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-30T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715810#M38054</link>
      <description>those macro codes are by default, theys show up on their own.&lt;BR /&gt;when I run test1, it gives me a bunch of univariate report tables, but for the histogram, it gives me this:&lt;BR /&gt;PIF_FUN (BKRPT_CD = 'P' ONLY) - After Exclusion&lt;BR /&gt;&lt;BR /&gt;The UNIVARIATE Procedure&lt;BR /&gt;&lt;BR /&gt;Histogram for BALANCE -1.2 -0.4 0.4 1.2 BALANCE 0 10 20 30 40 Percent -0.83195 Kurtosis 0.046136 Skewness Normal(Mu=0.0611 Sigma=0.8445) Curve Distribution of BALANCE Histogram for BALANCE&lt;BR /&gt;&lt;BR /&gt;when I run test2, it gives me this:&lt;BR /&gt;PIF_FUN (BKRPT_CD = 'P' ONLY) - After Exclusion&lt;BR /&gt;&lt;BR /&gt;The SGPlot Procedure -2 -1 0 1 2 BALANCE 0 10 20 30 40 Percent Normal The SGPlot Procedure&lt;BR /&gt;&lt;BR /&gt;I feel like there is some setting in sas eg that I'm missing!? there is definitely nothing wrong with the codes being used.</description>
      <pubDate>Mon, 01 Feb 2021 15:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715810#M38054</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2021-02-01T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram displayed as text</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715814#M38055</link>
      <description>&lt;P&gt;i checked my graph settings, and this is what it looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AJ_Brien_0-1612195407573.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54214i8FD4E5C2DF4754A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AJ_Brien_0-1612195407573.png" alt="AJ_Brien_0-1612195407573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-displayed-as-text/m-p/715814#M38055</guid>
      <dc:creator>AJ_Brien</dc:creator>
      <dc:date>2021-02-01T16:03:39Z</dc:date>
    </item>
  </channel>
</rss>

