<?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 using template in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423309#M27282</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Enterprise Guide 7.1 and I have looked at the folder sashelp to see if there is any template but I did not find any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be I am not looking at the good place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, I have found a template written by Stephen Few.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As it is an external template how do we include it (load or save it) in order to use it with SAS EG 7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry if my questions are basic for some of you but I have very little experience with proc template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2017 13:25:35 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2017-12-22T13:25:35Z</dc:date>
    <item>
      <title>using template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423309#M27282</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Enterprise Guide 7.1 and I have looked at the folder sashelp to see if there is any template but I did not find any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be I am not looking at the good place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, I have found a template written by Stephen Few.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As it is an external template how do we include it (load or save it) in order to use it with SAS EG 7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry if my questions are basic for some of you but I have very little experience with proc template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 13:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423309#M27282</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-12-22T13:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: using template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423310#M27283</link>
      <description>&lt;P&gt;You can check out templates which are available:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/techsup/notes/v8/36/900.html" target="_blank"&gt;http://support.sas.com/techsup/notes/v8/36/900.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There should also be an option somewhere, but I don't use EG so can't help there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your external template, is it provided as plain text (recommend to always use plain text rather than compiled) or compiled catalog?&amp;nbsp; For plain text, you can just include run it to get the template available.&amp;nbsp; If its compiled catalog then there is the whole bit issues to worry, about then, plus other potential issues.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 13:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423310#M27283</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-12-22T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: using template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423313#M27284</link>
      <description>&lt;P&gt;I have found the template of Mr Stephen Few at the following address&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gist.githubusercontent.com/statgeek/9845cc3d26e4c35e01a2/raw/5673125ae543d62518ec5dad9d509b1e486b6a75/sas_template_sf_custom.sas" target="_blank"&gt;https://gist.githubusercontent.com/statgeek/9845cc3d26e4c35e01a2/raw/5673125ae543d62518ec5dad9d509b1e486b6a75/sas_template_sf_custom.sas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is a plain text.&amp;nbsp; I have copy it in sas and save it as \\...\\sas_template_sf_custom.sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following instruction to use it but I wondered if there is a better way to do that such as save my sas file into a library and refer to&amp;nbsp; it or to upload it with SAS EG and let the software to store it at the good place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 13:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423313#M27284</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-12-22T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: using template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423314#M27285</link>
      <description>&lt;P&gt;I don't see this dataset in my sashelp library&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;SASHELP.TMPLMST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have found VSTYLE which give us the library name, memname and style but I don't know how to refer to it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone could help me with that issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alain&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 13:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423314#M27285</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-12-22T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: using template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423329#M27286</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/76331"&gt;@alepage&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I don't see this dataset in my sashelp library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;SASHELP.TMPLMST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have found VSTYLE which give us the library name, memname and style but I don't know how to refer to it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does anyone could help me with that issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alain&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;References to Styles are associated with a specific ODS destination or the preferences dialog.&lt;/P&gt;
&lt;P&gt;If I want to use a specific style for an RTF document for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf style=styles.MyCustomStyle&amp;nbsp;&amp;nbsp; &amp;lt;other RTF options&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your active session either the preferences dialog or&lt;/P&gt;
&lt;P&gt;ods html style=whichstyle ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't see a "dataset" as styles are stored in "item stores" which are a special form of data not stored in a data set.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 15:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/using-template/m-p/423329#M27286</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-22T15:34:39Z</dc:date>
    </item>
  </channel>
</rss>

