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. Is there some other way to get the header back color?
Thanks
Can you show the code you are using to set that option?
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.
here is the following error message.
2238 ods graphics / reset=width;
2239 ods graphics;
2240
2241 proc sgpanel data=sashelp.class;
2242 where age > 14;
2243 panelby age / uniscale=row proportional headerbackcolor=CX0000FF;
---------------
22
202
ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,
ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.
ERROR 202-322: The option or parameter is not recognized and will be ignored.
2244 vbar name / response=height stat=mean;
2245 run;
NOTE: The SAS System stopped processing this step because of errors.
@goodlife9 wrote:
here is the following error message.
2243 panelby age / uniscale=row proportional headerbackcolor=CX0000FF;
---------------
22
202
ERROR 22-322: Syntax error, expecting one of the following: ;, BORDER, COLHEADERPOS, COLUMNS, HEADERATTRS, LAYOUT, MISSING, NOBORDER, NOHEADER, NOVARNAME, NOWALL, ONEPANEL, PROPORTIONAL,
ROWHEADERPOS, ROWS, SKIPEMPTYCELLS, SORT, SPACING, SPARSE, START, UNISCALE.
ERROR 202-322: The option or parameter is not recognized and will be ignored.
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"
Which exact version of SAS are you running? The headerbackcolor option appears to have been added for SAS 9.4.3.
You should be able to check your maintance level in the About SAS help.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.