<?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 An ERROR creating own tagset in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/An-ERROR-creating-own-tagset/m-p/2876#M1275</link>
    <description>Dear SAS support,&lt;BR /&gt;
&lt;BR /&gt;
I’d like to create my own tagset, using PROC REPORT procedure in my own storage location.&lt;BR /&gt;
The storage location is a SAS library that SAS session access using META libname engine :&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
libname tags meta library = custTags repname =Foundation metaout=data;&lt;BR /&gt;
&lt;BR /&gt;
ods path (prepend) tags.templat (update);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define tagset tagsets.myTag / store = tags.templat;      &lt;BR /&gt;
&lt;BR /&gt;
   ..................       &lt;BR /&gt;
&lt;BR /&gt;
   end;&lt;BR /&gt;
    &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I run this code, I get errors in a SAS log file:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref TAGS was successfully assigned as follows: &lt;BR /&gt;
      Engine:        META &lt;BR /&gt;
      Physical Name: &lt;BR /&gt;
          &lt;BR /&gt;
12         proc template;&lt;BR /&gt;
13            define tagset tagsets.myTag / store = tags.templat;&lt;BR /&gt;
                .......................&lt;BR /&gt;
24            end;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Requested function is not supported.&lt;BR /&gt;
ERROR: Template 'Tagsets.Ba' was unable to write to template store!&lt;BR /&gt;
&lt;BR /&gt;
25         &lt;BR /&gt;
26         run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I use BASE libname engine to access TAGS SAS library, then everything works well.&lt;BR /&gt;
&lt;BR /&gt;
Could you please help me to find out how to solve this problem?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Sarunas</description>
    <pubDate>Mon, 23 Apr 2007 11:06:03 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-04-23T11:06:03Z</dc:date>
    <item>
      <title>An ERROR creating own tagset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/An-ERROR-creating-own-tagset/m-p/2876#M1275</link>
      <description>Dear SAS support,&lt;BR /&gt;
&lt;BR /&gt;
I’d like to create my own tagset, using PROC REPORT procedure in my own storage location.&lt;BR /&gt;
The storage location is a SAS library that SAS session access using META libname engine :&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
libname tags meta library = custTags repname =Foundation metaout=data;&lt;BR /&gt;
&lt;BR /&gt;
ods path (prepend) tags.templat (update);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define tagset tagsets.myTag / store = tags.templat;      &lt;BR /&gt;
&lt;BR /&gt;
   ..................       &lt;BR /&gt;
&lt;BR /&gt;
   end;&lt;BR /&gt;
    &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I run this code, I get errors in a SAS log file:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref TAGS was successfully assigned as follows: &lt;BR /&gt;
      Engine:        META &lt;BR /&gt;
      Physical Name: &lt;BR /&gt;
          &lt;BR /&gt;
12         proc template;&lt;BR /&gt;
13            define tagset tagsets.myTag / store = tags.templat;&lt;BR /&gt;
                .......................&lt;BR /&gt;
24            end;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Requested function is not supported.&lt;BR /&gt;
ERROR: Template 'Tagsets.Ba' was unable to write to template store!&lt;BR /&gt;
&lt;BR /&gt;
25         &lt;BR /&gt;
26         run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I use BASE libname engine to access TAGS SAS library, then everything works well.&lt;BR /&gt;
&lt;BR /&gt;
Could you please help me to find out how to solve this problem?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Sarunas</description>
      <pubDate>Mon, 23 Apr 2007 11:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/An-ERROR-creating-own-tagset/m-p/2876#M1275</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-04-23T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: An ERROR creating own tagset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/An-ERROR-creating-own-tagset/m-p/2877#M1276</link>
      <description>You can't use the META libname engine to access a template library. Template libraries are accessible only via the default engine.</description>
      <pubDate>Mon, 23 Apr 2007 12:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/An-ERROR-creating-own-tagset/m-p/2877#M1276</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2007-04-23T12:17:40Z</dc:date>
    </item>
  </channel>
</rss>

