<?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 Issues displaying any graphics in E-Guide in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772459#M22103</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I’ve recently moved to a new company who are using SAS EG 8.3 (previously used a V7).&lt;BR /&gt;&lt;BR /&gt;Plots when running tasks (i.e. Distribution Analysis &amp;amp; asking for histograms) don’t seem to be working. I moved the code into my own SAS programme to see if I’d have any luck typing it out myself, something as simple as the below:&lt;BR /&gt;&lt;BR /&gt;Proc univariate data = test;&lt;BR /&gt;Var = variable1;&lt;BR /&gt;Histogram;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Here variable 1 is a simple numeric value between 0 &amp;amp; 1 and test contains around 100 rows. However I’m left with no results and errors in the log.&lt;BR /&gt;&lt;BR /&gt;The errors appearing are:&lt;BR /&gt;&lt;BR /&gt;GOPTIONS htext=1 cells;&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;&lt;BR /&gt;The same error under SYMBOL and PATTERN lines. I also have a warning of Style HTMLblue not found (if that means anything?).&lt;BR /&gt;&lt;BR /&gt;I played around with some settings and in tools&amp;gt;options&amp;gt;graphs selected suppress graph option statements in generated codes. This stopped the errors appearing in the log but the proc univariate still doesn’t run.&lt;BR /&gt;&lt;BR /&gt;I’m doing nothing different to when I used to used EG v7 and the data is a simple dataset with a numeric variable so I’m a bit perplexed and wondering if the version I’m using can’t display any graphics.&lt;BR /&gt;&lt;BR /&gt;Any thoughts on this.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need any more details as appreciate above is quite general (sorry!).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nathan</description>
    <pubDate>Wed, 06 Oct 2021 15:39:02 GMT</pubDate>
    <dc:creator>Nathan1993</dc:creator>
    <dc:date>2021-10-06T15:39:02Z</dc:date>
    <item>
      <title>Issues displaying any graphics in E-Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772459#M22103</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I’ve recently moved to a new company who are using SAS EG 8.3 (previously used a V7).&lt;BR /&gt;&lt;BR /&gt;Plots when running tasks (i.e. Distribution Analysis &amp;amp; asking for histograms) don’t seem to be working. I moved the code into my own SAS programme to see if I’d have any luck typing it out myself, something as simple as the below:&lt;BR /&gt;&lt;BR /&gt;Proc univariate data = test;&lt;BR /&gt;Var = variable1;&lt;BR /&gt;Histogram;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Here variable 1 is a simple numeric value between 0 &amp;amp; 1 and test contains around 100 rows. However I’m left with no results and errors in the log.&lt;BR /&gt;&lt;BR /&gt;The errors appearing are:&lt;BR /&gt;&lt;BR /&gt;GOPTIONS htext=1 cells;&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;&lt;BR /&gt;The same error under SYMBOL and PATTERN lines. I also have a warning of Style HTMLblue not found (if that means anything?).&lt;BR /&gt;&lt;BR /&gt;I played around with some settings and in tools&amp;gt;options&amp;gt;graphs selected suppress graph option statements in generated codes. This stopped the errors appearing in the log but the proc univariate still doesn’t run.&lt;BR /&gt;&lt;BR /&gt;I’m doing nothing different to when I used to used EG v7 and the data is a simple dataset with a numeric variable so I’m a bit perplexed and wondering if the version I’m using can’t display any graphics.&lt;BR /&gt;&lt;BR /&gt;Any thoughts on this.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need any more details as appreciate above is quite general (sorry!).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nathan</description>
      <pubDate>Wed, 06 Oct 2021 15:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772459#M22103</guid>
      <dc:creator>Nathan1993</dc:creator>
      <dc:date>2021-10-06T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issues displaying any graphics in E-Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772469#M22104</link>
      <description>&lt;P&gt;On the surface, this looks like a possible licensing issue with the SAS/Graph product. I would follow up with Technical Support to be sure.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 16:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772469#M22104</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2021-10-06T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issues displaying any graphics in E-Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772513#M22105</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas&lt;/a&gt;&amp;nbsp;. Check your product license/install with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And see if SAS/GRAPH is detected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create histograms with PROC UNIVARIATE and other SAS procedures using ODS GRAPHICS, and that does not require SAS/GRAPH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
Proc univariate data = test;
Var variable1;
Histogram;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2021 20:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772513#M22105</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-10-06T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues displaying any graphics in E-Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772557#M22106</link>
      <description>&lt;P&gt;Here is the correct syntax for your program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc univariate data = test;
Var variable1;
Histogram;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note you don't use equals signs in the VAR statement. Now run this program and check your SAS log. Is it error-free? Check for any output. If you are getting text output but not graphic output it is possible that your ODS settings are not correct. Try adding this to your program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods HTML;
Proc univariate data = test;
Var variable1;
Histogram;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2021 20:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Issues-displaying-any-graphics-in-E-Guide/m-p/772557#M22106</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-10-06T20:01:20Z</dc:date>
    </item>
  </channel>
</rss>

