<?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: PROC TEMPLATE Error in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25178#M4174</link>
    <description>Yes, in SAS 9.1.3, FOREGROUND is the correct attribute for the foreground color of the FONT.&lt;BR /&gt;
&lt;BR /&gt;
To find the complete list, look in the SAS documentation for ODS under the topic: "Style Attributes and their Values". &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 12 Jun 2008 19:00:56 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-06-12T19:00:56Z</dc:date>
    <item>
      <title>PROC TEMPLATE Error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25175#M4171</link>
      <description>I'm learning how to use PROC TEMPLATE to define a custom style.  However, I'm getting an error I don't understand.&lt;BR /&gt;
&lt;BR /&gt;
My code:&lt;BR /&gt;
30         proc template;&lt;BR /&gt;
31         	define style styles.mystyle;&lt;BR /&gt;
32         		style table /&lt;BR /&gt;
33         			borderwidth = 1&lt;BR /&gt;
34         			bordercolor = red&lt;BR /&gt;
35         			color = blue&lt;BR /&gt;
36         		;&lt;BR /&gt;
37         	end;&lt;BR /&gt;
38         run;&lt;BR /&gt;
&lt;BR /&gt;
The error:&lt;BR /&gt;
&lt;BR /&gt;
30         proc template;&lt;BR /&gt;
31         	define style styles.mystyle;&lt;BR /&gt;
32         		style table /&lt;BR /&gt;
33         			borderwidth = 1&lt;BR /&gt;
34         			bordercolor = red&lt;BR /&gt;
35         			color = blue&lt;BR /&gt;
&lt;BR /&gt;
                    _&lt;BR /&gt;
                    22&lt;BR /&gt;
                    76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: a quoted string, ACTIVELINKCOLOR, BACKGROUND, BACKGROUNDIMAGE, &lt;BR /&gt;
              BORDERCOLOR, BORDERCOLORDARK, BORDERCOLORLIGHT, CONTRASTCOLOR, ENDCOLOR, FONT_FACE, FOREGROUND, IMAGE, LINKCOLOR, &lt;BR /&gt;
              NEUTRALCOLOR, POSTIMAGE, PREIMAGE, STARTCOLOR, VISITEDLINKCOLOR.  &lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;
36         		;&lt;BR /&gt;
37         	end;&lt;BR /&gt;
WARNING: Object will not be saved.&lt;BR /&gt;
38         run;</description>
      <pubDate>Thu, 12 Jun 2008 15:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25175#M4171</guid>
      <dc:creator>railfan1975</dc:creator>
      <dc:date>2008-06-12T15:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE Error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25176#M4172</link>
      <description>What SAS version? I think COLOR is not available until 9.2. Prior to that you use FOREGROUND, which I notice is one of the choices in the error message.</description>
      <pubDate>Thu, 12 Jun 2008 16:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25176#M4172</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2008-06-12T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE Error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25177#M4173</link>
      <description>Version 9.1.3&lt;BR /&gt;
&lt;BR /&gt;
FOREGROUND will change the font color?</description>
      <pubDate>Thu, 12 Jun 2008 17:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25177#M4173</guid>
      <dc:creator>railfan1975</dc:creator>
      <dc:date>2008-06-12T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE Error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25178#M4174</link>
      <description>Yes, in SAS 9.1.3, FOREGROUND is the correct attribute for the foreground color of the FONT.&lt;BR /&gt;
&lt;BR /&gt;
To find the complete list, look in the SAS documentation for ODS under the topic: "Style Attributes and their Values". &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 12 Jun 2008 19:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25178#M4174</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-06-12T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TEMPLATE Error</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25179#M4175</link>
      <description>It works!  Thanks!</description>
      <pubDate>Thu, 12 Jun 2008 19:05:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TEMPLATE-Error/m-p/25179#M4175</guid>
      <dc:creator>railfan1975</dc:creator>
      <dc:date>2008-06-12T19:05:26Z</dc:date>
    </item>
  </channel>
</rss>

