<?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: headerbackcolor not working in sas 9.4 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358280#M12441</link>
    <description>My code is very simple:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods graphics;&lt;BR /&gt;&lt;BR /&gt;proc sgpanel data=sashelp.class;&lt;BR /&gt;where age &amp;gt; 14;&lt;BR /&gt;panelby age / headerbackcolor=pink;&lt;BR /&gt;vbar name / response=height stat=mean;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics / reset=width;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the log message:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2262 ods graphics / reset=width;&lt;BR /&gt;2263 ods graphics;&lt;BR /&gt;2264&lt;BR /&gt;2265 proc sgpanel data=sashelp.class;&lt;BR /&gt;2266 where age &amp;gt; 14;&lt;BR /&gt;2267 panelby age / headerbackcolor=pink;&lt;BR /&gt;---------------&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,&lt;BR /&gt;ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;2268 vbar name / response=height stat=mean;&lt;BR /&gt;2269 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SGPANEL used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 12 May 2017 16:21:28 GMT</pubDate>
    <dc:creator>goodlife9</dc:creator>
    <dc:date>2017-05-12T16:21:28Z</dc:date>
    <item>
      <title>headerbackcolor not working in sas 9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358067#M12429</link>
      <description>&lt;P&gt;I am trying to do graph with sgpanel, try to use headbackcolor to highlighted the header in each column of panel, but headerbackcolor not working in my current sas 9.4. please help. &amp;nbsp;Is there some other way to get the header back color?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 23:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358067#M12429</guid>
      <dc:creator>goodlife9</dc:creator>
      <dc:date>2017-05-11T23:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: headerbackcolor not working in sas 9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358250#M12438</link>
      <description>&lt;P&gt;Can you show the code you are using to set that option?&lt;/P&gt;
&lt;P&gt;And does the log show any warnings or errors? If so paste the log with the code and messages into a code box opened with the forum {i} icon to preserve message formatting.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 14:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358250#M12438</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-12T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: headerbackcolor not working in sas 9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358273#M12440</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2238 ods graphics / reset=width;&lt;/P&gt;&lt;P&gt;2239 ods graphics;&lt;BR /&gt;2240&lt;BR /&gt;2241 proc sgpanel data=sashelp.class;&lt;BR /&gt;2242 where age &amp;gt; 14;&lt;BR /&gt;2243 panelby age / uniscale=row proportional headerbackcolor=CX0000FF;&lt;BR /&gt;---------------&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,&lt;BR /&gt;ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;2244 vbar name / response=height stat=mean;&lt;BR /&gt;2245 run;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 16:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358273#M12440</guid>
      <dc:creator>goodlife9</dc:creator>
      <dc:date>2017-05-12T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: headerbackcolor not working in sas 9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358280#M12441</link>
      <description>My code is very simple:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods graphics;&lt;BR /&gt;&lt;BR /&gt;proc sgpanel data=sashelp.class;&lt;BR /&gt;where age &amp;gt; 14;&lt;BR /&gt;panelby age / headerbackcolor=pink;&lt;BR /&gt;vbar name / response=height stat=mean;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics / reset=width;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the log message:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2262 ods graphics / reset=width;&lt;BR /&gt;2263 ods graphics;&lt;BR /&gt;2264&lt;BR /&gt;2265 proc sgpanel data=sashelp.class;&lt;BR /&gt;2266 where age &amp;gt; 14;&lt;BR /&gt;2267 panelby age / headerbackcolor=pink;&lt;BR /&gt;---------------&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,&lt;BR /&gt;ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;2268 vbar name / response=height stat=mean;&lt;BR /&gt;2269 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SGPANEL used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 May 2017 16:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358280#M12441</guid>
      <dc:creator>goodlife9</dc:creator>
      <dc:date>2017-05-12T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: headerbackcolor not working in sas 9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358283#M12442</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143520"&gt;@goodlife9&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the following error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;2243 panelby age / uniscale=row proportional headerbackcolor=CX0000FF;&lt;BR /&gt;---------------&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,&lt;BR /&gt;ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And the appearance is why I suggested posting the log in a code box. The location of the -------- would appear under what you typed to indicate exactly which "Option or parameter is not recognized"&lt;/P&gt;
&lt;P&gt;Which&amp;nbsp; exact version of SAS are you running? The headerbackcolor option appears to have been added for SAS 9.4.3.&lt;/P&gt;
&lt;P&gt;You should be able to check your maintance level in&amp;nbsp;the About SAS help.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 16:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/headerbackcolor-not-working-in-sas-9-4/m-p/358283#M12442</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-12T16:59:40Z</dc:date>
    </item>
  </channel>
</rss>

