<?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: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872519#M23721</link>
    <description>&lt;PRE&gt;103 &amp;nbsp;ods all close;
104 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml2.htm
105 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
106 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
107 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
108 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
109 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
110 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
111 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.47 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.20 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');
112 &amp;nbsp;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115 &amp;nbsp;ods all close;
116 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml3.htm
117 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
118 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
119 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
120 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
121 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
122 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
123 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.48 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;&lt;P&gt;there is no include nor autoexec file, as it's a new file with your example&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 10:30:20 GMT</pubDate>
    <dc:creator>Mario_1</dc:creator>
    <dc:date>2023-04-27T10:30:20Z</dc:date>
    <item>
      <title>Could not locate style 'text' when plotting and Could not locate style 'html' when creating graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872470#M23713</link>
      <description>&lt;P&gt;I have different plots and graphs in my code that initially printed with colors as required.&lt;/P&gt;&lt;P&gt;However, after restarting my windows PC and rerun my codes, all the plots and graphs are displayed as grey/white.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the log I suddenly see the following when plotting:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;"WARNING: Could not locate style 'text'.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and when creating tables:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;"WARNING: Could not locate style 'html'.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have checked that output style in preferences is set to&amp;nbsp;&lt;SPAN&gt;HTMLBlue, and I never changed it. I am using SAS 9.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample code I run is from following&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
                                 and date &amp;lt;= "01jan2001"d
                                 and stock = "IBM"));
   title "Stock Volume vs. Close";
   vbar date / response=volume;
   vline date / response=close y2axis;
run;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and my result is the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unnamed.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83283iCA00B533ADD29335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="unnamed.png" alt="unnamed.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I have the tables and plots to show colors again?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 09:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872470#M23713</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T09:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872507#M23714</link>
      <description>&lt;P&gt;Probably your ODS destination point to monochrome style (e.g Journal)&lt;/P&gt;
&lt;P&gt;See:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods HTML style=HtmlBlue;

proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
                                 and date &amp;lt;= "01jan2001"d
                                 and stock = "IBM"));
   title "Stock Volume vs. Close";
   vbar date / response=volume;
   vline date / response=close y2axis;
run;

ods HTML style=Journal;

proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
                                 and date &amp;lt;= "01jan2001"d
                                 and stock = "IBM"));
   title "Stock Volume vs. Close";
   vbar date / response=volume;
   vline date / response=close y2axis;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 09:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872507#M23714</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-04-27T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872510#M23715</link>
      <description>&lt;P&gt;Unfortunately still does not work with the following log and both show same colour&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unnamed_2.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83320iA5DDFC771C685FB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="unnamed_2.png" alt="unnamed_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unnamed_1.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83319i2C16C28A8410AB6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="unnamed_1.png" alt="unnamed_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log is following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;8    ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
9
10   proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
11                                    and date &amp;lt;= "01jan2001"d
12                                    and stock = "IBM"));
13      title "Stock Volume vs. Close";
14      vbar date / response=volume;
15      vline date / response=close y2axis;
16   run;

NOTE: PROCEDURE SGPLOT used (Total process time):
      real time           0.22 seconds
      cpu time            0.03 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
      WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');

17
18   ods HTML style=Journal;
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'html'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
19
20   proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
21                                    and date &amp;lt;= "01jan2001"d
22                                    and stock = "IBM"));
23      title "Stock Volume vs. Close";
24      vbar date / response=volume;
25      vline date / response=close y2axis;
26   run;

NOTE: PROCEDURE SGPLOT used (Total process time):
      real time           0.22 seconds
      cpu time            0.03 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
      WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872510#M23715</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872513#M23716</link>
      <description>&lt;P&gt;Do you have any autoexec file on start of your system? or do you %include anything before running your example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872513#M23716</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-04-27T10:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872514#M23717</link>
      <description>&lt;P&gt;Could you also try adding:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872514#M23717</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-04-27T10:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872515#M23718</link>
      <description>&lt;P&gt;and additionally at the beginning try adding also:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872515#M23718</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-04-27T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872516#M23719</link>
      <description>&lt;P&gt;it's an empty SAS file with no include and no autoexec file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding ods all close&lt;/P&gt;&lt;PRE&gt;103  ods all close;
104  ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml2.htm
105  proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
106                                   and date &amp;lt;= "01jan2001"d
107                                   and stock = "IBM"));
108     title "Stock Volume vs. Close";
109     vbar date / response=volume;
110     vline date / response=close y2axis;
111  run;

NOTE: PROCEDURE SGPLOT used (Total process time):
      real time           0.47 seconds
      cpu time            0.20 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
      WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;&lt;PRE&gt;112 &amp;nbsp;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115 &amp;nbsp;ods all close;
116 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml3.htm
117 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
118 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
119 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
120 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
121 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
122 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
123 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.48 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872516#M23719</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872518#M23720</link>
      <description>&lt;PRE&gt;03 &amp;nbsp;ods all close;
104 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml2.htm
105 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
106 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
107 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
108 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
109 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
110 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
111 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.47 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.20 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');
112 &amp;nbsp;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115 &amp;nbsp;ods all close;
116 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml3.htm
117 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
118 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
119 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
120 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
121 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
122 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
123 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.48 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;&lt;P&gt;there is no autoexec and no include, it's a new file with just the sample code you gave.&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872518#M23720</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872519#M23721</link>
      <description>&lt;PRE&gt;103 &amp;nbsp;ods all close;
104 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml2.htm
105 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
106 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
107 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
108 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
109 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
110 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
111 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.47 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.20 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');
112 &amp;nbsp;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115 &amp;nbsp;ods all close;
116 &amp;nbsp;ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
NOTE: Writing HTML Body file: sashtml3.htm
117 &amp;nbsp;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
118 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and date &amp;lt;= "01jan2001"d
119 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and stock = "IBM"));
120 &amp;nbsp; &amp;nbsp; title "Stock Volume vs. Close";
121 &amp;nbsp; &amp;nbsp; vbar date / response=volume;
122 &amp;nbsp; &amp;nbsp; vline date / response=close y2axis;
123 &amp;nbsp;run;

NOTE: PROCEDURE SGPLOT used (Total process time):
&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.48 seconds
&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11 seconds

NOTE: There were 12 observations read from the data set SASHELP.STOCKS.
&amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE (date&amp;gt;='01JAN2000'D and date&amp;lt;='01JAN2001'D) and (stock='IBM');&lt;/PRE&gt;&lt;P&gt;there is no include nor autoexec file, as it's a new file with your example&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872519#M23721</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872521#M23722</link>
      <description>&lt;P&gt;no autoexec file or include as it's an empty new sas file with your sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;103  ods all close;
104  ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
(and so on)&lt;/PRE&gt;&lt;P&gt;and the other result&lt;/P&gt;&lt;PRE&gt;112  ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115  ods all close;
116  ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872521#M23722</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872522#M23723</link>
      <description>I unfortunately can not post , mod removed it as spam. However, the result is&lt;BR /&gt;&lt;BR /&gt;103 ods all close;&lt;BR /&gt;104 ods HTML style=HtmlBlue;&lt;BR /&gt;WARNING: Could not locate style 'text'.&lt;BR /&gt;&lt;BR /&gt;and the other one is&lt;BR /&gt;112 ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;113&lt;BR /&gt;114&lt;BR /&gt;115 ods all close;&lt;BR /&gt;116 ods HTML style=HtmlBlue;&lt;BR /&gt;WARNING: Could not locate style 'text'.</description>
      <pubDate>Thu, 27 Apr 2023 10:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872522#M23723</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872523#M23724</link>
      <description>(unfortunately my reply is always removed by mod)&lt;BR /&gt;&lt;BR /&gt;I added _all_close but nothing change.&lt;BR /&gt;I also added the last line you mentioned , and in the lines follow that command, there are only two empty lines followed by could not locate style 'text'</description>
      <pubDate>Thu, 27 Apr 2023 10:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872523#M23724</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T10:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872526#M23725</link>
      <description>&lt;P&gt;"&lt;EM&gt;However, after restarting my windows PC&lt;/EM&gt;" - ok, so what did you do before restarting?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 11:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872526#M23725</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-04-27T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872548#M23726</link>
      <description>I cleaned the log&lt;BR /&gt;&lt;BR /&gt;dm 'odsresults; clear';&lt;BR /&gt;dm "log; clear; ";&lt;BR /&gt;&lt;BR /&gt;and rerun the codes. Suddenly all plots went grey. Afterwards I restarted the computer, and new plots also in new files are grey</description>
      <pubDate>Thu, 27 Apr 2023 12:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872548#M23726</guid>
      <dc:creator>Mario_1</dc:creator>
      <dc:date>2023-04-27T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872607#M23730</link>
      <description>&lt;P&gt;I wonder if something has modified your STYLE definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can check this by running:&lt;/P&gt;
&lt;PRE&gt;proc template;
  source styles.htmlblue;
run;&lt;/PRE&gt;
&lt;P&gt;The log should show something like this at the start:&lt;/P&gt;
&lt;PRE&gt;202  proc template;
203    source styles.htmlblue;
define style Styles.Htmlblue;
   parent = styles.statistical;
   class GraphColors /
&lt;/PRE&gt;
&lt;P&gt;We are looking for the PARENT=, if it is not styles.statistical then the Htmlblue style has been modified. Additional information at the end of the log for that should include something like:&lt;/P&gt;
&lt;PRE&gt;NOTE: Path 'Styles.Htmlblue' is in: SASHELP.TMPLMST.
&lt;/PRE&gt;
&lt;P&gt;If the Path is not SASHELP.TMPLMST then very likely the HTMLBlue style has been modified and the path for your templates is finding a different one.&lt;/P&gt;
&lt;P&gt;If the Htmlblue is not showing different values then run the same code for Styles.Statistical and check on the same items. The parent for Statistical should be Default and should also be in the SASHELP.TMPLMST store. If not then find the store it is in and remove or rename it.&lt;/P&gt;
&lt;P&gt;Then same for Styles.Default. But here you are looking for a CLASS Text section as Default should not have a parent. If it does something wonky is going on. If the path is different than&lt;/P&gt;
&lt;P&gt;One really hopes that no one played with Styles.Default. The "text" referenced could be some standard values that other styles call and if the section in Styles.Default that defines them has been altered from SASHELP.TMPLMST then that is the issue. Hope there is still Styles.default in the SASHELP.TMPLMST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warning: if you are running SAS in any server manner then you likely have to talk to the SAS admin about changes to the item stores for the styles as you likely do not have permissions to change them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do indeed see some issues with the results then likely you ran some Proc Template code somewhere. It may have been buried in a borrowed macro or example code for a specific purpose and did not realize the effect of Proc Template persists across sessions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your are running SAS locally then you can delete styles from specific path with code like this.&lt;/P&gt;
&lt;PRE&gt;Proc template;
   path lib.store; 
   /* these would be the paths reported in the other code DO NOT 
      use SASHELP.TMPLMST as those are the default installs*/
   delete styles.statistical;
   /* or which ever of the styles were not in TMPLMST*/
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 16:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872607#M23730</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-27T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872713#M23735</link>
      <description>&lt;P&gt;You might have a corrupted template store in your SASUSER area. Check your SASUSER folder. if you see a template.sas7bitm file, either remove it or rename it, and restart your SAS session. Let us know if that clears it up.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872713#M23735</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2023-04-28T00:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872727#M23736</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442206"&gt;@Mario_1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;no autoexec file or include as it's an empty new sas file with your sample&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;103  ods all close;
104  ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.
(and so on)&lt;/PRE&gt;
&lt;P&gt;and the other result&lt;/P&gt;
&lt;PRE&gt;112  ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);
113
114
115  ods all close;
116  ods HTML style=HtmlBlue;
WARNING: Could not locate style 'text'.
WARNING: Could not locate style 'text'.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This bit&lt;/P&gt;
&lt;PRE&gt;112  ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);&lt;/PRE&gt;
&lt;P&gt;with the UPDATE means that you have TWO stores that modified. That means if either Work.tmp or sasuser.templat have versions of Htmlblue, Statistics or Default they would be the one used. SASUSER.TEMPLAT is provided by SAS as an intended place to write modified or new style definitions (among other things).&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 02:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/872727#M23736</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-28T02:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Could not locate style 'text' when plotting and Could not locate style 'html' when creating grap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/943818#M25020</link>
      <description>&lt;P&gt;Hallo all,&lt;/P&gt;&lt;P&gt;I had exact the same issue (suddenly all figures grey), no solutions suggested in this topics worked for me. This helped:&lt;/P&gt;&lt;P&gt;1) run this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc options option=sasuser;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) copy the path to the windows folder SASUSER&amp;nbsp; shown in the log (i.e. SASUSER= C:\Users\blabla\blabla\blabla\9.4 or something like that)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) close your SAS session and go to this windows folder SASUSER= C:\Users\blabla\blabla\blabla\9.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4) In this windows folder rename &lt;/SPAN&gt;&lt;SPAN&gt;templat.sas7bitm and &lt;/SPAN&gt;&lt;SPAN&gt;regstry.sas7bitm to templat.old and regstry.old&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5) start new SAS session (new default templat.sas7bitm and regstry.sas7bitm will be created by SAS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 15:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Could-not-locate-style-text-when-plotting-and-Could-not-locate/m-p/943818#M25020</guid>
      <dc:creator>AMS_Jev</dc:creator>
      <dc:date>2024-09-13T15:53:28Z</dc:date>
    </item>
  </channel>
</rss>

