<?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: Error: Template 'Estyles.abcd' was unable to write to template store! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920380#M362494</link>
    <description>Add one more statetemt&lt;BR /&gt;"ods path ... "&lt;BR /&gt;before your "proc template ........"&lt;BR /&gt;Like :&lt;BR /&gt;&lt;BR /&gt;/*自定义 模板*/&lt;BR /&gt;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;proc template;&lt;BR /&gt; define style styles._journal;&lt;BR /&gt;  parent=styles.journal;&lt;BR /&gt;   style table from output / cellpadding=0 just=l;&lt;BR /&gt; end;&lt;BR /&gt;run;</description>
    <pubDate>Fri, 15 Mar 2024 07:26:33 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-03-15T07:26:33Z</dc:date>
    <item>
      <title>Error: Template 'Estyles.abcd' was unable to write to template store!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920362#M362480</link>
      <description>&lt;P&gt;I am seeing this error message in the log when I run multiple programmes in batch mode. This error is not seen when I run one programme at a time in batch mode. I request experts to kindly guide about it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I am not seeing the error when I run one programme as a time in batch mode, is that the solution? Because that is taking lot of time because sometimes I have to run tens of programmes at a time. If some solution can be found to deal with the error, it would save lot of time and efforts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 04:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920362#M362480</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-15T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Template 'Estyles.abcd' was unable to write to template store!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920374#M362489</link>
      <description>&lt;P&gt;You may need to describe a bit more detail of when this is encountered. If you are using multiple programs running simultaneously you may be running into an attempt to write a store that has not been created yet or perhaps was removed by another program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any other warnings about the item store this was supposed to be written to?&lt;/P&gt;
&lt;P&gt;If the content of the template isn't changing then it should only need to be written once if the store is make available.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 06:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920374#M362489</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-03-15T06:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Template 'Estyles.abcd' was unable to write to template store!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920380#M362494</link>
      <description>Add one more statetemt&lt;BR /&gt;"ods path ... "&lt;BR /&gt;before your "proc template ........"&lt;BR /&gt;Like :&lt;BR /&gt;&lt;BR /&gt;/*自定义 模板*/&lt;BR /&gt;ods path work.tmp(update) sasuser.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;proc template;&lt;BR /&gt; define style styles._journal;&lt;BR /&gt;  parent=styles.journal;&lt;BR /&gt;   style table from output / cellpadding=0 just=l;&lt;BR /&gt; end;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 15 Mar 2024 07:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/920380#M362494</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-15T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Template 'Estyles.abcd' was unable to write to template store!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/921913#M363064</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;, that really worked! This ods path statement worked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 05:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Template-Estyles-abcd-was-unable-to-write-to-template/m-p/921913#M363064</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-27T05:20:01Z</dc:date>
    </item>
  </channel>
</rss>

