<?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: How to restore the original templates in sashelp.tmplmst? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62489#M7366</link>
    <description>Thank you for the explanation.</description>
    <pubDate>Tue, 11 Aug 2009 01:45:11 GMT</pubDate>
    <dc:creator>KevinQin</dc:creator>
    <dc:date>2009-08-11T01:45:11Z</dc:date>
    <item>
      <title>How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62484#M7361</link>
      <description>Hi,&lt;BR /&gt;
I want to have some trial tests on original templates.&lt;BR /&gt;
Is there an easy way to restore original templates in sashelp.tmplmst?&lt;BR /&gt;
&lt;BR /&gt;
-Kevin</description>
      <pubDate>Fri, 07 Aug 2009 03:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62484#M7361</guid>
      <dc:creator>KevinQin</dc:creator>
      <dc:date>2009-08-07T03:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62485#M7362</link>
      <description>Kevin,&lt;BR /&gt;
 I am surprised you ask this&lt;BR /&gt;
as modification or adding of templates are not going to the basic protected &lt;BR /&gt;
master store; sashelp.tmplmst is in read mode!&lt;BR /&gt;
If you have managed some special modification of this basic store&lt;BR /&gt;
then i think you have to reinstall Sas.&lt;BR /&gt;
&lt;BR /&gt;
Generally  a template is going to the store sasuser.templat which is in update mode&lt;BR /&gt;
and you have also a possibility to redirect them to  a personnal template store.&lt;BR /&gt;
&lt;BR /&gt;
ods path my.tplstore(update) sashelp.tmpmst(read);&lt;BR /&gt;
&lt;BR /&gt;
see &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002567574.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002567574.htm&lt;/A&gt;&lt;BR /&gt;
and&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002233323.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002233323.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH &lt;BR /&gt;
Andre</description>
      <pubDate>Fri, 07 Aug 2009 08:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62485#M7362</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2009-08-07T08:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62486#M7363</link>
      <description>Hi:&lt;BR /&gt;
  As Andre said, unless you have somehow corrupted SASHELP.TMPLMST, you should be able to test with the SAS-installed templates with:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ODS PATH SASHELP.TMPLMST(READ);&lt;BR /&gt;
[/pre]&lt;BR /&gt;
        &lt;BR /&gt;
This will remove all other template stores from the search path and will ONLY use the SAS-supplied templates.&lt;BR /&gt;
 &lt;BR /&gt;
If you -did- somehow write to SASHELP.TMPLMST or have otherwise corrupted the SAS-supplied template store, then your best bet is to work with Tech Support. You may not need to reinstall SAS. I have seen that happen, but only as a last resort.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 07 Aug 2009 15:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62486#M7363</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-08-07T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62487#M7364</link>
      <description>Thank you for your input.&lt;BR /&gt;
&lt;BR /&gt;
I remember that when registry file corrupt, I can delete all files (e.g. c:\Documents and Settings\&lt;B&gt;userid&lt;/B&gt;\My Documents\My SAS Files\9.x) and then recreate them by invocating new SAS session.&lt;BR /&gt;
&lt;BR /&gt;
Can I use this to recreate the templates?&lt;BR /&gt;
&lt;BR /&gt;
-Kevin</description>
      <pubDate>Mon, 10 Aug 2009 09:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62487#M7364</guid>
      <dc:creator>KevinQin</dc:creator>
      <dc:date>2009-08-10T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62488#M7365</link>
      <description>No. The standard templates (the ones in sashelp.tmplmst) are installed as part of your normal SAS installation. To recreate them you'll have to repeat at least part of the SAS install. Tech. Support is your best bet here.</description>
      <pubDate>Mon, 10 Aug 2009 12:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62488#M7365</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-08-10T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore the original templates in sashelp.tmplmst?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62489#M7366</link>
      <description>Thank you for the explanation.</description>
      <pubDate>Tue, 11 Aug 2009 01:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-restore-the-original-templates-in-sashelp-tmplmst/m-p/62489#M7366</guid>
      <dc:creator>KevinQin</dc:creator>
      <dc:date>2009-08-11T01:45:11Z</dc:date>
    </item>
  </channel>
</rss>

