<?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: Setting GraphData Styles in Proc Template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Setting-GraphData-Styles-in-Proc-Template/m-p/405746#M13860</link>
    <description>&lt;P&gt;AS far as I know you could add as many graphdata elements to a style template as you want though most of the SAS supplied ones define or inherit 12 or fewer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that you might have a bit more luck listing out a base style and examining the syntax for likely changes than wading from whole cloth through Proc Template documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc template;
   source styles.normal;
   source styles.meadow;
run;
&lt;/PRE&gt;
&lt;P&gt;will send the proc template source for the two styles listed to the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I included Meadow as it inherits from Normal and you can see how to override or use inheritance.&lt;/P&gt;
&lt;P&gt;Then you would have specific syntax to search for instead of wandering through the documentation at random.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2017 21:37:26 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-10-19T21:37:26Z</dc:date>
    <item>
      <title>Setting GraphData Styles in Proc Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Setting-GraphData-Styles-in-Proc-Template/m-p/405725#M13859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be a very basic question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many Style GraphData statements are allowed in a Proc template?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And could you send me a link to the documentation for Template procedure - creating style template for ODS Graphics. The new look of the SAS documentation make it so difficult to find the right documentations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you.&lt;/P&gt;
&lt;H1 class="xis-title"&gt;&amp;nbsp;&lt;/H1&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Setting-GraphData-Styles-in-Proc-Template/m-p/405725#M13859</guid>
      <dc:creator>kingCobra</dc:creator>
      <dc:date>2017-10-19T20:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting GraphData Styles in Proc Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Setting-GraphData-Styles-in-Proc-Template/m-p/405746#M13860</link>
      <description>&lt;P&gt;AS far as I know you could add as many graphdata elements to a style template as you want though most of the SAS supplied ones define or inherit 12 or fewer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that you might have a bit more luck listing out a base style and examining the syntax for likely changes than wading from whole cloth through Proc Template documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc template;
   source styles.normal;
   source styles.meadow;
run;
&lt;/PRE&gt;
&lt;P&gt;will send the proc template source for the two styles listed to the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I included Meadow as it inherits from Normal and you can see how to override or use inheritance.&lt;/P&gt;
&lt;P&gt;Then you would have specific syntax to search for instead of wandering through the documentation at random.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 21:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Setting-GraphData-Styles-in-Proc-Template/m-p/405746#M13860</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-19T21:37:26Z</dc:date>
    </item>
  </channel>
</rss>

