<?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 WARNING: WORK.TEMPLATE is not a template store! It will be ignored. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WORK-TEMPLATE-is-not-a-template-store-It-will-be-ignored/m-p/485344#M126083</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;In following code I get a warning.&lt;/P&gt;&lt;P&gt;WARNING: WORK.TEMPLATE is not a template store! It will be ignored.&lt;/P&gt;&lt;P&gt;Why is this warning coming??&lt;/P&gt;&lt;P&gt;(My version is &amp;nbsp;SAS enterprise &amp;nbsp;5.1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
input y ;
cards;
1000
12345
8500
;
run;
ods path(prepend) work.template(update);
proc template;
 edit base.summary;
  edit mean;
   format=dollar12.2;
  end;
  edit sum;
   format=dollar12.;
  end;
 end;
run;
proc means data=test n mean sum;
var y;
run;
/* restore default template */
proc template;
 delete base.summary;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 09 Aug 2018 05:48:31 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2018-08-09T05:48:31Z</dc:date>
    <item>
      <title>WARNING: WORK.TEMPLATE is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WORK-TEMPLATE-is-not-a-template-store-It-will-be-ignored/m-p/485344#M126083</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;In following code I get a warning.&lt;/P&gt;&lt;P&gt;WARNING: WORK.TEMPLATE is not a template store! It will be ignored.&lt;/P&gt;&lt;P&gt;Why is this warning coming??&lt;/P&gt;&lt;P&gt;(My version is &amp;nbsp;SAS enterprise &amp;nbsp;5.1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
input y ;
cards;
1000
12345
8500
;
run;
ods path(prepend) work.template(update);
proc template;
 edit base.summary;
  edit mean;
   format=dollar12.2;
  end;
  edit sum;
   format=dollar12.;
  end;
 end;
run;
proc means data=test n mean sum;
var y;
run;
/* restore default template */
proc template;
 delete base.summary;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Aug 2018 05:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WORK-TEMPLATE-is-not-a-template-store-It-will-be-ignored/m-p/485344#M126083</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-08-09T05:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WORK.TEMPLATE is not a template store! It will be ignored.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WORK-TEMPLATE-is-not-a-template-store-It-will-be-ignored/m-p/501321#M133653</link>
      <description>&lt;P&gt;I am looking at my code, and, for some reason, I used&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-sas"&gt;ods path (prepend) work.templat (update);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;work&lt;EM&gt;.templat&lt;/EM&gt;&amp;nbsp;is not a typo. When I was writing that code, I had another problem and used Chris Hemedinger's reply to solve it:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error-Message-Unable-to-Write-to-Template-Store/m-p/7970#M2819" target="_blank"&gt;PROC TEMPLATE Error Message - Unable to Write to Template Store&lt;/A&gt;. The link he provided is not working now.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 03:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WORK-TEMPLATE-is-not-a-template-store-It-will-be-ignored/m-p/501321#M133653</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-04T03:35:42Z</dc:date>
    </item>
  </channel>
</rss>

