<?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: Output result of PROC TEMPLATE LIST to table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576133#M75479</link>
    <description>Nice, thanks!</description>
    <pubDate>Wed, 24 Jul 2019 12:33:39 GMT</pubDate>
    <dc:creator>gabonzo</dc:creator>
    <dc:date>2019-07-24T12:33:39Z</dc:date>
    <item>
      <title>Output result of PROC TEMPLATE LIST to table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576124#M75477</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to wrap the following procedure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc template;
	list barscatter;
run;&lt;/PRE&gt;&lt;P&gt;within an ODS statement so that the list of found templates get output to a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to use the output in a macro so I can check whether specific templates are initialized or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 12:07:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576124#M75477</guid>
      <dc:creator>gabonzo</dc:creator>
      <dc:date>2019-07-24T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Output result of PROC TEMPLATE LIST to table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576131#M75478</link>
      <description>&lt;P&gt;Yes, you can use ODS TRACE ON to determine the data path that backs each output you see in the Results window.&amp;nbsp; In this case, it's Template.Stats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use ODS OUTPUT to save that output to a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
ods output template.stats=templist;
proc template;
	list Styles.HTMLBlue;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2019 12:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576131#M75478</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-07-24T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Output result of PROC TEMPLATE LIST to table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576133#M75479</link>
      <description>Nice, thanks!</description>
      <pubDate>Wed, 24 Jul 2019 12:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-result-of-PROC-TEMPLATE-LIST-to-table/m-p/576133#M75479</guid>
      <dc:creator>gabonzo</dc:creator>
      <dc:date>2019-07-24T12:33:39Z</dc:date>
    </item>
  </channel>
</rss>

