<?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: SASUSER.TEMPLAT is not a template store! It will be ignored. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582196#M165553</link>
    <description>I believe so since now when I open SAS this is what comes up:&lt;BR /&gt;&lt;BR /&gt;  SAS/ETS 15.1&lt;BR /&gt;      SAS/IML 15.1&lt;BR /&gt;      SAS/QC 15.1&lt;BR /&gt;&lt;BR /&gt;NOTE: Additional host information:&lt;BR /&gt;&lt;BR /&gt;X64_10PRO WIN 10.0.17763  Workstation&lt;BR /&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;      real time           5.58 seconds&lt;BR /&gt;      cpu time            0.95 seconds&lt;BR /&gt;&lt;BR /&gt;WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Aug 2019 17:55:16 GMT</pubDate>
    <dc:creator>jcis7</dc:creator>
    <dc:date>2019-08-19T17:55:16Z</dc:date>
    <item>
      <title>WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582187#M165545</link>
      <description>&lt;P&gt;G' day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting the following warning when opening SAS.&lt;/P&gt;
&lt;P&gt;WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do I do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 17:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582187#M165545</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T17:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582193#M165550</link>
      <description>&lt;P&gt;Have you fixed the problem with starting SAS and not having SASUSER.Profile available?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 17:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582193#M165550</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-19T17:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582196#M165553</link>
      <description>I believe so since now when I open SAS this is what comes up:&lt;BR /&gt;&lt;BR /&gt;  SAS/ETS 15.1&lt;BR /&gt;      SAS/IML 15.1&lt;BR /&gt;      SAS/QC 15.1&lt;BR /&gt;&lt;BR /&gt;NOTE: Additional host information:&lt;BR /&gt;&lt;BR /&gt;X64_10PRO WIN 10.0.17763  Workstation&lt;BR /&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;      real time           5.58 seconds&lt;BR /&gt;      cpu time            0.95 seconds&lt;BR /&gt;&lt;BR /&gt;WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Aug 2019 17:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582196#M165553</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T17:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582206#M165560</link>
      <description>&lt;P&gt;Why not just delete it?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets nolist lib=sasuser ;
  delete templat /memtype=catalog;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Why are you using templates in your SASUSER library anyway?&amp;nbsp; Anything you write there will only be usable by you, and then only when your SASUSER library is properly defined.&amp;nbsp; Which can be a problem if you are running multiple SAS sessions at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the command &amp;gt;&amp;gt; ODS PATH SHOW; &amp;lt;&amp;lt; to see what setting you have for your ODS search path.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 18:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582206#M165560</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-19T18:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582208#M165562</link>
      <description>1.  This is a new machine and before using SAS when I opened SAS, this warning came up.&lt;BR /&gt;  2.  Did you mean to just delete it?&lt;BR /&gt;  3.  For templates are you referring to when you use proc report and use style=?  I don't know how to use a template and don't know why SAS is saying it is in the SASUSER library.&lt;BR /&gt;  4.   For the command ODS PATH SHOW I get the following:&lt;BR /&gt;Current ODS PATH list is:&lt;BR /&gt;&lt;BR /&gt;1. SASHELP.TMPLMST(READ)&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Aug 2019 18:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582208#M165562</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T18:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582212#M165566</link>
      <description>&lt;P&gt;Also this is what I get when I run the PROC DATASET statement you listed:&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;NOTE: The file SASUSER.TEMPLAT (memtype=CATALOG) was not found, but appears on a DELETE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement.&lt;/P&gt;
&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp; quit&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 18:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582212#M165566</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T18:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582216#M165567</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/40498"&gt;@jcis7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Also this is what I get when I run the PROC DATASET statement you listed:&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;NOTE: The file SASUSER.TEMPLAT (memtype=CATALOG) was not found, but appears on a DELETE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement.&lt;/P&gt;
&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp; quit&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure your SASUSER library is pointing to a valid place?&lt;/P&gt;
&lt;P&gt;You can use the PATHNAME() function to see where it is pointing.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %sysfunc(pathname(sasuser));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then take a look in that directory and see if there is any files whose name looks like templat.sas7bcat.&amp;nbsp; Perhaps you can just delete or rename that file and try to start SAS again.&amp;nbsp; Make sure to do that on the machine where SAS itself is running. Note that if you are using SAS/Studio or Enterprise Guide or some other way of accessing SAS then it might not be your machine. It might not even be using your userid.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582216#M165567</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-19T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582218#M165568</link>
      <description>&lt;P&gt;Thanks for helping me check if it's a valid path. It is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\users\t&amp;lt;userid&amp;gt;\Documents\My SAS Files\9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it need a slash after the 9.4?&lt;/P&gt;
&lt;P&gt;If it does, how do I change that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I see a templat file there when I open the C folder and follow the path to the 9.4 folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I deleted the template file. But how did it get there? &amp;nbsp;By using SASUSER as a library?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582218#M165568</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582220#M165569</link>
      <description>&lt;P&gt;What is the sasuser library used for in general?&lt;/P&gt;
&lt;P&gt;Is it a best practice to avoid using it as a library but create our own on a network drive?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582220#M165569</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T19:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582238#M165577</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/40498"&gt;@jcis7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What is the sasuser library used for in general?&lt;/P&gt;
&lt;P&gt;Is it a best practice to avoid using it as a library but create our own on a network drive?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SASUSER is mostly used for user customization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest submitting this code and sharing the result:&lt;/P&gt;
&lt;PRE&gt;proc template;
  path show;
run;&lt;/PRE&gt;
&lt;P&gt;Proc Template is used to, among other things, manage template stores. The SASUSER.TEMPLAT template store is normally the default for temporary templates such as creating a modified output table layout for a procedure. Something may have happened to cause an issue with your install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could try this code to reset to defaults, which would assign the SASUSER.Templat to default (Update) status.&lt;/P&gt;
&lt;PRE&gt;proc template;
  path reset;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582238#M165577</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-19T19:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582243#M165578</link>
      <description>Appreciate you including the code to show me how to reset the path.&lt;BR /&gt;&lt;BR /&gt;Here is the output for:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc template;&lt;BR /&gt;&lt;BR /&gt;  path show;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&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;3    run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried using the path reset statement and got this in the log:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4    proc template;&lt;BR /&gt;5      path reset;&lt;BR /&gt;6    run;&lt;BR /&gt;NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;      real time           0.01 seconds&lt;BR /&gt;      cpu time            0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7    proc template;&lt;BR /&gt;8      path show;&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;9    run;&lt;BR /&gt;NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;      real time           0.00 seconds&lt;BR /&gt;      cpu time            0.00 seconds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582243#M165578</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T19:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582245#M165579</link>
      <description>&lt;P&gt;Thanks for the explanation about what the sasuser library is for and to usually create my own library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-SASUSER-TEMPLAT-is-not-a-template-store-It-will-be/m-p/582245#M165579</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2019-08-19T19:59:33Z</dc:date>
    </item>
  </channel>
</rss>

