<?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: Permanently install tableeditor in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467447#M21032</link>
    <description>`ods path(prepend) sasuser.templat(update); ` Makes it work permanently.</description>
    <pubDate>Mon, 04 Jun 2018 15:52:50 GMT</pubDate>
    <dc:creator>user24feb</dc:creator>
    <dc:date>2018-06-04T15:52:50Z</dc:date>
    <item>
      <title>Permanently install tableeditor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467323#M21029</link>
      <description>&lt;P&gt;I have to write an Excel pivot table with tableeditor, however when I leave out:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Ods Path(prepend) work.templat(update);
%Include "d:\tableeditor\tableeditor.tpl";&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;I get this warning:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Tagset TAGSETS.TABLEEDITOR not found; the default tagset will be used instead.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I permanently save ods::tableditor or reset the ods paths that tableeditor is found?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx &amp;amp; kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467323#M21029</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2018-06-04T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently install tableeditor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467326#M21030</link>
      <description>&lt;P&gt;tableeditor.tpl is just a text file containing SAS code.&lt;/P&gt;
&lt;P&gt;Put the %include into your autoexec.sas, and you'll have the tagset available in all your SAS sessions started with that autoexec.&lt;/P&gt;
&lt;P&gt;Where you find that autoexec depends on your SAS setup.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467326#M21030</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-04T08:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently install tableeditor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467439#M21031</link>
      <description>&lt;P&gt;There are some thing, such as your environment, that may have an impact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But your statement:&lt;/P&gt;
&lt;PRE&gt;Ods Path(prepend) work.templat(update);
&lt;/PRE&gt;
&lt;P&gt;Specifically says to place the ODS template for the tableeditor into a &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;TEMPORARY LOCATION IN THE WORK LIBRARY&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;/U&gt;If you want something to persist from session to session you need to place into a more permanent location.&lt;/P&gt;
&lt;P&gt;Try running this instead:&lt;/P&gt;
&lt;PRE&gt;proc template;
path reset;
run;
%Include "d:\tableeditor\tableeditor.tpl";&lt;/PRE&gt;
&lt;P&gt;The path reset should set back to the default with sasuser.templat is the only path for update. Which is a system permanent location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The close and restart SAS and see fi the tableeditor tagset works.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 15:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467439#M21031</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-04T15:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently install tableeditor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467447#M21032</link>
      <description>`ods path(prepend) sasuser.templat(update); ` Makes it work permanently.</description>
      <pubDate>Mon, 04 Jun 2018 15:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Permanently-install-tableeditor/m-p/467447#M21032</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2018-06-04T15:52:50Z</dc:date>
    </item>
  </channel>
</rss>

