<?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: WARNING: Style XXXXX not found; Default style will be used instead. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163812#M12618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There's a difference between the style templates used by SAS and ODS, which are stored by default in SASHELP.TMPLMST and SASUSER.TEMPLAT -- 2 item stores that are always part of a SAS Session and the location of CSS files used by Enterprise Guide. Essentially, there is a CSS "version" of most style templates and EG uses this CSS version of the style template. The EG CSS files live on a user's local machine; while the ODS items stores for templates live on the SAS server. So depending on what you mean by "default" file location, you could mean the Style Template item store location (use ODS PATH) and the STYLE= option or the CSS location and the STYLESHEET= option or the CSSSTYLE= option -- the STYLESHEET= option and the CSSSTYLE= options can take a path name or a URL (if the CSS file is stored on the server). So without seeing the code you tried, it's nearly impossible to comment on your statement that you could not "find out how to change the default file location" because that would be dependent on the code technique you used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2014 03:11:54 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-09-20T03:11:54Z</dc:date>
    <item>
      <title>WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163804#M12610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get this warning no matter how I create a new style.&amp;nbsp; It is the worst in EG, but it doen't work well in BASE either.&amp;nbsp; Has anyone seen this or have a solution?&lt;/P&gt;&lt;P&gt;It doesn't matter if I'm running proc sql or proc tabulate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 21:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163804#M12610</guid>
      <dc:creator>MrWillz</dc:creator>
      <dc:date>2014-08-15T21:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163805#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you in a server environment or stand-alone SAS? If a server is involved it could be that it is not aware of your desired style.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 22:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163805#M12611</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-15T22:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163806#M12612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There are only a few ways to create a new style template. By default, if you do not use an ODS PATH statement, SAS will try to write your changed style template to the SASUSER library. In some installations, the SASUSER library might go away after every session. This means that your template might get created and might go away. Or, you might not have write access to your SASUSER library or you might be using a server copy of SAS and you do not have write access to a location on the server to make the template permanent.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Other reasons for having this problem are silly things like you create a style called: M&lt;STRONG&gt;&lt;SPAN style="color: #ff00ff;"&gt;Y&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;S&lt;/SPAN&gt;&lt;/STRONG&gt;TYLE, but when you go to use it, you specify STYLE=M&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;S&lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff;"&gt;Y&lt;/SPAN&gt;&lt;/STRONG&gt;TYLE (misspelled). The code below illustrates the misspelling possibility. Or, you could be using one of the SAS software components that has its own item store for style templates and you need to use an ODS PATH statement to get your item store in the list. Or, you are using Web Report Studio and you need to get your version of the style loaded into the XML that "runs" Web Report Studio. There are too many possibilities for how things can go wrong to list them all here.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; I'd recommend that you work with Tech Support if you have SAS on a server, you are using EG with SAS on a server or your SASUSER library is not write-able to you (or goes away after every session).&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods path work.tmp(update)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sasuser.templat(update)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sashelp.tmplmst(read);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc template;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define style styles.mystyle;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent=styles.sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class header /&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; color=pink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; backgroundcolor=purple;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; end;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\usestyle_good.html' style=styles.mystyle;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'header should be purple';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\usestyle_wrong.html' style=styles.msytyle;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'header will be default color because style name misspelled';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 23:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163806#M12612</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-15T23:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163807#M12613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working with user defined styles can get complicated as there are a lot of them, see also: &lt;A _jive_internal="true" href="https://communities.sas.com/thread/60329"&gt;https://communities.sas.com/thread/60329&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 06:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163807#M12613</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-16T06:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163808#M12614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, if you do need to use your custom style with Web Report Studio and not with just EG, then you need to look at the documentation for how to work with Web Report Studio and change the style:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/biwaag/65230/HTML/default/viewer.htm#p1jgnzquo33ox1n1872ip3u0tkss.htm" title="http://support.sas.com/documentation/cdl/en/biwaag/65230/HTML/default/viewer.htm#p1jgnzquo33ox1n1872ip3u0tkss.htm"&gt;SAS(R) 9.3 Intelligence Platform: Web Application Administration Guide, Third Edition&lt;/A&gt; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 20:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163808#M12614</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-16T20:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163809#M12615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;SPAN class="j-post-author "&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="260198" data-username="ballardw" href="https://communities.sas.com/people/ballardw" id="jive-26019823748628327349186"&gt;ballardw&lt;/A&gt; &lt;/STRONG&gt;I am on a grid server environment.&amp;nbsp; I will try to test the styles on both the local and the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author "&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163809#M12615</guid>
      <dc:creator>MrWillz</dc:creator>
      <dc:date>2014-08-18T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163810#M12616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your time.&amp;nbsp; I'm going to try the ods path code.&amp;nbsp; And I actually haven't tried proc template to resolve it so I will try that as well.&amp;nbsp; I'll let you know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163810#M12616</guid>
      <dc:creator>MrWillz</dc:creator>
      <dc:date>2014-08-18T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163811#M12617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution to this was to process the templates and ODS coding on the Local server instead of the grid.&amp;nbsp; I could not for the life of me find out how to change the default file location.... which is probably part of the problem in hindsight.&amp;nbsp; I suppose I could save the templates to my home folder on the grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:03:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163811#M12617</guid>
      <dc:creator>MrWillz</dc:creator>
      <dc:date>2014-09-18T21:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Style XXXXX not found; Default style will be used instead.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163812#M12618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There's a difference between the style templates used by SAS and ODS, which are stored by default in SASHELP.TMPLMST and SASUSER.TEMPLAT -- 2 item stores that are always part of a SAS Session and the location of CSS files used by Enterprise Guide. Essentially, there is a CSS "version" of most style templates and EG uses this CSS version of the style template. The EG CSS files live on a user's local machine; while the ODS items stores for templates live on the SAS server. So depending on what you mean by "default" file location, you could mean the Style Template item store location (use ODS PATH) and the STYLE= option or the CSS location and the STYLESHEET= option or the CSSSTYLE= option -- the STYLESHEET= option and the CSSSTYLE= options can take a path name or a URL (if the CSS file is stored on the server). So without seeing the code you tried, it's nearly impossible to comment on your statement that you could not "find out how to change the default file location" because that would be dependent on the code technique you used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 03:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-Style-XXXXX-not-found-Default-style-will-be-used-instead/m-p/163812#M12618</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-09-20T03:11:54Z</dc:date>
    </item>
  </channel>
</rss>

