<?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: Tagsets not found in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447942#M20681</link>
    <description>&lt;P&gt;I haven't instructed SAS to use HTML4, unless someone behind the scenes changed something...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The install is set up as a remote connection to server running SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;5    ods html style=htmlblue;
WARNING: Tagset HTML4 not found; the default tagset will be used instead.
ERROR: Default tagset not found.
       Be sure that tagsets.default and your preferred tagset are in your ODS path.
       (Use ODS PATH SHOW to view the current search path.) This output destination cannot continue.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: No body file. TAGSETS.DEFAULT output will not be created.
&lt;/CODE&gt;&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;PRE&gt;&lt;CODE class=" language-sas"&gt;9    proc template;
10      list  /where=(lowcase(type) = 'tagset' );
11   run;
NOTE: PROCEDURE TEMPLATE used (Total process time):
      real time           0.78 seconds
      cpu time            0.29 seconds

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 20:55:45 GMT</pubDate>
    <dc:creator>asumsie</dc:creator>
    <dc:date>2018-03-22T20:55:45Z</dc:date>
    <item>
      <title>Tagsets not found</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447913#M20677</link>
      <description>&lt;P&gt;Running SAS 9.4 TS Level 1M3. When running procs (lifetest, sgplot, etc)&amp;nbsp;that use tagsets, I'm receiving the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Tagset HTML4 not found; the default tagset will be used instead.&lt;/P&gt;
&lt;P&gt;ERROR: Default tagset not found.&lt;/P&gt;
&lt;P&gt;Be sure that tagsets.default and your preferred tagset are in your ODS path.&lt;/P&gt;
&lt;P&gt;(Use ODS PATH SHOW to view the current search path.) This output destination cannot continue.&lt;/P&gt;
&lt;P&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;/P&gt;
&lt;P&gt;ERROR: No body file. TAGSETS.DEFAULT output will not be created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even proc means errors out against SASHELP data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc means data = sashelp.class;run;&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;
&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;/P&gt;
&lt;P&gt;real time 0.01 seconds&lt;/P&gt;
&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This just started yesterday, before then there were no issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447913#M20677</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2018-03-22T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets not found</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447914#M20678</link>
      <description>ods path show;run;&lt;BR /&gt;Current ODS PATH list is:&lt;BR /&gt;&lt;BR /&gt;1. SASUSER.TEMPLAT(UPDATE)&lt;BR /&gt;2. SASHELP.TMPLMST(READ)&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447914#M20678</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2018-03-22T19:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets not found</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447938#M20680</link>
      <description>&lt;P&gt;How did you tell SAS to use the tagset HTML4? In an ODS statement? Preferences menu?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your environment? Are you running a local install of SAS or connecting to a server? If a server then the issue is likely on that end and talk to your SAS admin.&lt;/P&gt;
&lt;P&gt;If you are running locally then try&amp;nbsp;this code&lt;/P&gt;
&lt;PRE&gt;proc template;
   list  /where=(lowcase(type) = 'tagset' );
run;&lt;/PRE&gt;
&lt;P&gt;If you don't have any tagsets at all then something drastic has happened.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does&lt;/P&gt;
&lt;P&gt;ods html style=htmlblue;&lt;/P&gt;
&lt;P&gt;then run the Proc means work?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 20:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447938#M20680</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-22T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets not found</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447942#M20681</link>
      <description>&lt;P&gt;I haven't instructed SAS to use HTML4, unless someone behind the scenes changed something...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The install is set up as a remote connection to server running SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;5    ods html style=htmlblue;
WARNING: Tagset HTML4 not found; the default tagset will be used instead.
ERROR: Default tagset not found.
       Be sure that tagsets.default and your preferred tagset are in your ODS path.
       (Use ODS PATH SHOW to view the current search path.) This output destination cannot continue.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: No body file. TAGSETS.DEFAULT output will not be created.
&lt;/CODE&gt;&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;PRE&gt;&lt;CODE class=" language-sas"&gt;9    proc template;
10      list  /where=(lowcase(type) = 'tagset' );
11   run;
NOTE: PROCEDURE TEMPLATE used (Total process time):
      real time           0.78 seconds
      cpu time            0.29 seconds

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 20:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447942#M20681</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2018-03-22T20:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets not found</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447997#M20687</link>
      <description>&lt;P&gt;It turns out a user somehow created a TMPLMST file under \SAS94\SASHome\SASFoundation\9.4\nls\en\SASCFG\, which happens to be the first folder in the search path when SAS initializes SASHELP.TMPLMST, which&amp;nbsp;caused&amp;nbsp;the problem.&amp;nbsp;This file was removed, causing SAS to look further down in the search folder path to find the TMPLMST to use. This restored normal operation.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagsets-not-found/m-p/447997#M20687</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2018-03-22T23:05:08Z</dc:date>
    </item>
  </channel>
</rss>

