<?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: Referencing Labels in ODS/Proc Report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34055#M4940</link>
    <description>My purpose is to have the whole column color shaded not just the header.  I'm perplexed how to reference the whole column.  The label definition is as follows:&lt;BR /&gt;
&lt;BR /&gt;
qbo   label='OKC Total'&lt;BR /&gt;
&lt;BR /&gt;
No errors are noted in the log ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;errorlog&lt;/U&gt;&lt;BR /&gt;
3408  ods tagsets.excelxp file="I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml" style=minimal&lt;BR /&gt;
3409      options(sheet_name='GLBAL'&lt;BR /&gt;
3410              sheet_interval='proc'&lt;BR /&gt;
3411              frozen_headers='1'&lt;BR /&gt;
3412              autofit_height='yes'&lt;BR /&gt;
3413              absolute_column_width='5,4,25,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9'&lt;BR /&gt;
3414              autofilter='yes');&lt;BR /&gt;
NOTE: Writing TAGSETS.EXCELXP Body file: I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml&lt;BR /&gt;
NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.116, 08/25/10). Add options(doc='help') to the ods statement for more information.&lt;BR /&gt;
3415&lt;BR /&gt;
3416  proc report data=GLBAL NOWD&lt;BR /&gt;
3417  style(header)=[ BACKGROUND = yellow&lt;BR /&gt;
3418                  FONT_WEIGHT = bold];&lt;BR /&gt;
3419  define qbo / style(header)={background = CX90D9D7}; /*OKC Total*/&lt;BR /&gt;
3420  define QBS / style(column)={background = CX90D9D7}; /*QEP Uinta*/&lt;BR /&gt;
3421  define QBT / style(column)={background = CXB1E599}; /*Total QEP*/&lt;BR /&gt;
3422  define bqet / style(column)={background = CXB1E599}; /*QET Total*/&lt;BR /&gt;
3423  define bqgm / style(column)={background = CXB1E599}; /*QGM Total*/&lt;BR /&gt;
3424  define BAL / style(column)={background = CXB1E599}; /*QMR Total*/&lt;BR /&gt;
3425  define _NUMERIC_ / style={tagattr='format:#,##0.00_);[Red](#,##0.00)'};&lt;BR /&gt;
3426  run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: There were 1686 observations read from the data set WORK.GLBAL.&lt;BR /&gt;
NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;
      real time           16.18 seconds&lt;BR /&gt;
      cpu time            16.17 seconds</description>
    <pubDate>Tue, 16 Nov 2010 03:12:31 GMT</pubDate>
    <dc:creator>MikeCa</dc:creator>
    <dc:date>2010-11-16T03:12:31Z</dc:date>
    <item>
      <title>Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34053#M4938</link>
      <description>How do I reference in the proc report DEFINE statement the lable name attribute?  I've tried qbo and OKC Total  none seem to work on my background style.  Thanks&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Label&lt;/U&gt;&lt;BR /&gt;
qbo   label='OKC Total'&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Proc Stmt&lt;/U&gt;&lt;BR /&gt;
proc report data=GLBAL NOWD&lt;BR /&gt;
style(header)=[ BACKGROUND = yellow&lt;BR /&gt;
  	FONT_WEIGHT = bold];&lt;BR /&gt;
define qbo / style(column)=[background = CX4D7EBF];</description>
      <pubDate>Mon, 15 Nov 2010 18:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34053#M4938</guid>
      <dc:creator>MikeCa</dc:creator>
      <dc:date>2010-11-15T18:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34054#M4939</link>
      <description>Have you tried changing the style component from COLUMN to HEADER in the DEFINE statement?</description>
      <pubDate>Tue, 16 Nov 2010 02:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34054#M4939</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-11-16T02:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34055#M4940</link>
      <description>My purpose is to have the whole column color shaded not just the header.  I'm perplexed how to reference the whole column.  The label definition is as follows:&lt;BR /&gt;
&lt;BR /&gt;
qbo   label='OKC Total'&lt;BR /&gt;
&lt;BR /&gt;
No errors are noted in the log ?&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;errorlog&lt;/U&gt;&lt;BR /&gt;
3408  ods tagsets.excelxp file="I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml" style=minimal&lt;BR /&gt;
3409      options(sheet_name='GLBAL'&lt;BR /&gt;
3410              sheet_interval='proc'&lt;BR /&gt;
3411              frozen_headers='1'&lt;BR /&gt;
3412              autofit_height='yes'&lt;BR /&gt;
3413              absolute_column_width='5,4,25,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9'&lt;BR /&gt;
3414              autofilter='yes');&lt;BR /&gt;
NOTE: Writing TAGSETS.EXCELXP Body file: I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml&lt;BR /&gt;
NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.116, 08/25/10). Add options(doc='help') to the ods statement for more information.&lt;BR /&gt;
3415&lt;BR /&gt;
3416  proc report data=GLBAL NOWD&lt;BR /&gt;
3417  style(header)=[ BACKGROUND = yellow&lt;BR /&gt;
3418                  FONT_WEIGHT = bold];&lt;BR /&gt;
3419  define qbo / style(header)={background = CX90D9D7}; /*OKC Total*/&lt;BR /&gt;
3420  define QBS / style(column)={background = CX90D9D7}; /*QEP Uinta*/&lt;BR /&gt;
3421  define QBT / style(column)={background = CXB1E599}; /*Total QEP*/&lt;BR /&gt;
3422  define bqet / style(column)={background = CXB1E599}; /*QET Total*/&lt;BR /&gt;
3423  define bqgm / style(column)={background = CXB1E599}; /*QGM Total*/&lt;BR /&gt;
3424  define BAL / style(column)={background = CXB1E599}; /*QMR Total*/&lt;BR /&gt;
3425  define _NUMERIC_ / style={tagattr='format:#,##0.00_);[Red](#,##0.00)'};&lt;BR /&gt;
3426  run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: There were 1686 observations read from the data set WORK.GLBAL.&lt;BR /&gt;
NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;
      real time           16.18 seconds&lt;BR /&gt;
      cpu time            16.17 seconds</description>
      <pubDate>Tue, 16 Nov 2010 03:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34055#M4940</guid>
      <dc:creator>MikeCa</dc:creator>
      <dc:date>2010-11-16T03:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34056#M4941</link>
      <description>Hi:&lt;BR /&gt;
  I'm not sure exactly what you want. PROC REPORT has 2 main "areas" that you can "touch" with STYLE= overrides. You cannot really reference the whole column with one STYLE= override. You can override the STYLE(HEADER) and you can override the STYLE(COLUMN) -- you can make them have the same background color or have different background colors.&lt;BR /&gt;
&lt;BR /&gt;
  The program below produces the 1st column with a blue header and blue data cells; the second column has a green header and green data cells and the last 3 columns on the report use the defaults set in the PROC REPORT statement.&lt;BR /&gt;
 &lt;BR /&gt;
  As for your question about how to "reference" labels. I'm not sure here what you mean. You mean you want PROC REPORT to -use- the variable label??? Or you want to specify your own label?? Or????&lt;BR /&gt;
 &lt;BR /&gt;
  The program below is not as complex as your program, but hopefully there is enough there to answer your two questions.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp file='c:\temp\use_label_color.xls'&lt;BR /&gt;
    style=minimal&lt;BR /&gt;
    options(sheet_name='GLBAL'&lt;BR /&gt;
           sheet_interval='proc'&lt;BR /&gt;
           frozen_headers='1'&lt;BR /&gt;
           autofit_height='yes'&lt;BR /&gt;
           absolute_column_width='15,15,15,15,10'&lt;BR /&gt;
           autofilter='yes');&lt;BR /&gt;
                               &lt;BR /&gt;
proc report data=sashelp.class nowd&lt;BR /&gt;
  style(header)={background=yellow font_weight=bold}&lt;BR /&gt;
  style(column)={background=pink};&lt;BR /&gt;
  column name sex age height weight;&lt;BR /&gt;
  define name / 'OKC Total' style(header)={background = CX90D9D7} &lt;BR /&gt;
                style(column)={background = CX90D9D7};&lt;BR /&gt;
  define sex / 'QEP Uinta' style(header)={background = CXB1E599} &lt;BR /&gt;
                style(column)={background = CXB1E599};&lt;BR /&gt;
  define age / 'Total QEP';&lt;BR /&gt;
  define height / 'QET Total';&lt;BR /&gt;
  define weight / 'QGM Total';&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 16 Nov 2010 04:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34056#M4941</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-11-16T04:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34057#M4942</link>
      <description>I've tried to mimick your example code to my situation and included a copy of error log, see below.  It still is not formatting the specific columns qbo 'OKC Total' the color shade I'm requesting in the code?  I don't understand why -- I was thinking I have been referencing the attribute incorrectly -- thats why I was asking how to reference the column attribute?  All I know is its still not working -- I'm a beginner at this so any other hints are very much appreciated!&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp file="I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml" style=minimal&lt;BR /&gt;
	options(sheet_name='GLBAL'&lt;BR /&gt;
			sheet_interval='proc' &lt;BR /&gt;
			frozen_headers='1'&lt;BR /&gt;
			autofit_height='yes' &lt;BR /&gt;
			absolute_column_width='5,4,25,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9'&lt;BR /&gt;
			autofilter='yes');&lt;BR /&gt;
&lt;BR /&gt;
proc report data=GLBAL NOWD&lt;BR /&gt;
style(header)={ BACKGROUND = yellow&lt;BR /&gt;
				FONT_WEIGHT = bold}&lt;BR /&gt;
style(column)={BACKGROUND = PINK};&lt;BR /&gt;
COLUMN EXCa EXCm DESC b1 b11 qbo b9 b2 b3 b62 b63 b67 qbs qbt b12 b27 b14 b25 bqet b16 b76 b78 bqgm b75 bal b77 b79;&lt;BR /&gt;
define qbo / 'OKC Total' style(header)={background = CX90D9D7}&lt;BR /&gt;
						style(column)={background = CX90D9D7}; /*OKC Total*/&lt;BR /&gt;
define QBS / 'Uinta Total' style(header)={background = CX90D9D7}&lt;BR /&gt;
						style(column)={background = CX90D9D7}; /*QEP Uinta*/&lt;BR /&gt;
define QBT / 'QEP Total' style(header)={background = CXB1E599}&lt;BR /&gt;
						style(column)={background = CXB1E599}; /*Total QEP*/&lt;BR /&gt;
define bqet / 'QET Total' style(header)={background = CXB1E599}&lt;BR /&gt;
						style(column)={background = CXB1E599}; /*QET Total*/&lt;BR /&gt;
define bqgm / 'QGM Total' style(header)={background = CXB1E599}&lt;BR /&gt;
						style(column)={background = CXB1E599}; /*QGM Total*/&lt;BR /&gt;
define BAL / 'QMR Total' style(column)={background = CXB1E599}&lt;BR /&gt;
						style(column)={background = CXB1E599}; /*QMR Total*/&lt;BR /&gt;
define _NUMERIC_ / style={tagattr='format:#,##0.00_);[Red](#,##0.00)'};&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Error Log&lt;/U&gt;&lt;BR /&gt;
326  dm 'log' clear;&lt;BR /&gt;
3327  dm 'odsresults' clear;&lt;BR /&gt;
3328  *ODS tagsets.excelxp file="c:\test.xml" options(doc="help");&lt;BR /&gt;
3329&lt;BR /&gt;
3330    * Tells SAS where to find the ExcelXP tagset;&lt;BR /&gt;
3331  ods tagsets.excelxp file="I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml" style=minimal&lt;BR /&gt;
3332      options(sheet_name='GLBAL'&lt;BR /&gt;
3333              sheet_interval='proc'&lt;BR /&gt;
3334              frozen_headers='1'&lt;BR /&gt;
3335              autofit_height='yes'&lt;BR /&gt;
3336              absolute_column_width='5,4,25,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9'&lt;BR /&gt;
3337              autofilter='yes');&lt;BR /&gt;
NOTE: Writing TAGSETS.EXCELXP Body file: I:\FINANCE\QShare\2010\Stmt201010s\GLTrialBal.xml&lt;BR /&gt;
NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.116, 08/25/10). Add options(doc='help') to the ods statement for more information.&lt;BR /&gt;
3338&lt;BR /&gt;
3339  proc report data=GLBAL NOWD&lt;BR /&gt;
3340  style(header)={ BACKGROUND = yellow&lt;BR /&gt;
3341                  FONT_WEIGHT = bold}&lt;BR /&gt;
3342  style(column)={BACKGROUND = PINK};&lt;BR /&gt;
3343  COLUMN EXCa EXCm DESC b1 b11 qbo b9 b2 b3 b62 b63 b67 qbs qbt b12 b27 b14 b25 bqet b16 b76 b78 bqgm b75 bal b77 b79;&lt;BR /&gt;
3344  define qbo / 'OKC Total' style(header)={background = CX90D9D7}&lt;BR /&gt;
3345                          style(column)={background = CX90D9D7}; /*OKC Total*/&lt;BR /&gt;
3346  define QBS / 'Uinta Total' style(header)={background = CX90D9D7}&lt;BR /&gt;
3347                          style(column)={background = CX90D9D7}; /*QEP Uinta*/&lt;BR /&gt;
3348  define QBT / 'QEP Total' style(header)={background = CXB1E599}&lt;BR /&gt;
3349                          style(column)={background = CXB1E599}; /*Total QEP*/&lt;BR /&gt;
3350  define bqet / 'QET Total' style(header)={background = CXB1E599}&lt;BR /&gt;
3351                          style(column)={background = CXB1E599}; /*QET Total*/&lt;BR /&gt;
3352  define bqgm / 'QGM Total' style(header)={background = CXB1E599}&lt;BR /&gt;
3353                          style(column)={background = CXB1E599}; /*QGM Total*/&lt;BR /&gt;
3354  define BAL / 'QMR Total' style(column)={background = CXB1E599}&lt;BR /&gt;
3355                          style(column)={background = CXB1E599}; /*QMR Total*/&lt;BR /&gt;
3356  define _NUMERIC_ / style={tagattr='format:#,##0.00_);[Red](#,##0.00)'};&lt;BR /&gt;
3357  run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: There were 1686 observations read from the data set WORK.GLBAL.&lt;BR /&gt;
NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;
      real time           19.92 seconds</description>
      <pubDate>Tue, 16 Nov 2010 15:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34057#M4942</guid>
      <dc:creator>MikeCa</dc:creator>
      <dc:date>2010-11-16T15:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34058#M4943</link>
      <description>Okay, I deleted the following part of the code and it works!!!!  Yeah!! There must be a better way to format the values to this format.  Maybe in the global Header/column statements.  Thanks for your hints and suggestions.  I'm still learning.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
define _NUMERIC_ / style={tagattr='format:#,##0.00_);[Red](#,##0.00)'};</description>
      <pubDate>Tue, 16 Nov 2010 16:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34058#M4943</guid>
      <dc:creator>MikeCa</dc:creator>
      <dc:date>2010-11-16T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34059#M4944</link>
      <description>Hi:&lt;BR /&gt;
  As I said, PROC REPORT only allows you to "touch" certain "areas" of the report. It would be inappropriate, for example, for your TAGATTR specification to be applied to the HEADER cells for all your numeric columns. &lt;BR /&gt;
&lt;BR /&gt;
So when I showed style(header) and style(column), I was trying to show you that you needed to provide PROC REPORT with the &lt;U&gt;area&lt;/U&gt; that you wanted to alter. REPORT syntax without an area might work for something trivial like background color, but why not just use an area -- in parentheses??&lt;BR /&gt;
&lt;BR /&gt;
The syntax below worked for me. I picked a simpler Microsoft format for my TAGATTR, but I format ALL the numeric variables in SASHELP.CLASS by appropriately using the STYLE(COLUMN)= override. If you used the TAGATTR in your PROC REPORT statement, then I believe you might run into issues because the TAGATTR would be inappropriate for any character variables. You have these variables in your COLUMN statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
COLUMN EXCa EXCm DESC b1 b11 qbo b9 b2 b3 b62 b63 b67 qbs qbt b12 b27 &lt;BR /&gt;
       b14 b25 bqet b16 b76 b78 bqgm b75 bal b77 b79;&lt;BR /&gt;
  define qbo / 'OKC Total' style(header)={background = CX90D9D7} &lt;BR /&gt;
          style(column)={background = CX90D9D7}; /*OKC Total*/&lt;BR /&gt;
  define QBS / 'Uinta Total' style(header)={background = CX90D9D7}&lt;BR /&gt;
          style(column)={background = CX90D9D7}; /*QEP Uinta*/&lt;BR /&gt;
[/pre]&lt;BR /&gt;
            &lt;BR /&gt;
If EXCa, EXCm, DESC, for example, are character variables, then the TAGATTR would be incorrect for them -- I don't think Excel is very graceful about using a numeric format for a character string.&lt;BR /&gt;
&lt;BR /&gt;
And, on a slightly different note, if QBO and QBS are numeric variables, then they would also be covered in the DEFINE _NUMERIC_ statement -- so it's like you have 2 conflicting statements for QBO and QBS -- their individual DEFINE statements and the all-encompassing DEFINE for _NUMERIC_. Note that in my code, I do not have a separate DEFINE statement for AGE and then a DEFINE statement for _NUMERIC_ -- I only have the DEFINE for _NUMERIC_. You may actually have to explicitly specify your TAGATTR for QBO and QBS and any other numeric variables that you want to have use that Microsoft format. &lt;BR /&gt;
 &lt;BR /&gt;
It may be possible to play around with different placements for your DEFINE statement to end up getting what you want, but I would recommend&lt;BR /&gt;
1) that you take a step back and start with using the correct STYLE(HEADER) or STYLE(COLUMN) syntax&lt;BR /&gt;
2) take out the DEFINE _NUMERIC_ statement and use STYLE(HEADER) and STYLE(COLUMN) in the PROC REPORT statement to set color defaults for all the columns on the report (colors and fonts are OK to apply in the PROC REPORT statement, because it doesn't matter whether your items are character or numeric)&lt;BR /&gt;
3) use DEFINE statements with usages for all your variables. It is hard to understand what items are DISPLAY, ORDER, or GROUP items on your report. Then, use STYLE(HEADER) and STYLE(COLUMN) appropriately on each DEFINE statement to make other changes -- you might not need any other changes for your character variables, but here you might want to use TAGATTR for your numeric variables.&lt;BR /&gt;
   &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods tagsets.excelxp file='c:\temp\use_label_color2.xls'&lt;BR /&gt;
    style=minimal&lt;BR /&gt;
    options(sheet_name='GLBAL'&lt;BR /&gt;
           sheet_interval='proc'&lt;BR /&gt;
           frozen_headers='1'&lt;BR /&gt;
           autofit_height='yes'&lt;BR /&gt;
           absolute_column_width='15,15,15,15,10'&lt;BR /&gt;
           autofilter='yes');&lt;BR /&gt;
                               &lt;BR /&gt;
proc report data=sashelp.class nowd&lt;BR /&gt;
  style(header)={background=yellow font_weight=bold}&lt;BR /&gt;
  style(column)={background=pink};&lt;BR /&gt;
  column name sex _numeric_;&lt;BR /&gt;
  define name / 'OKC Total' style(header)={background = CX90D9D7} &lt;BR /&gt;
                style(column)={background = CX90D9D7};&lt;BR /&gt;
  define sex / 'QEP Uinta' style(header)={background = CXB1E599} &lt;BR /&gt;
                style(column)={background = CXB1E599};&lt;BR /&gt;
  define _numeric_/ &lt;BR /&gt;
         style(header)={font_style=italic background=purple foreground=pink}&lt;BR /&gt;
         style(column)={background=cxdddddd tagattr='Format:0000.00'};&lt;BR /&gt;
  label age= 'Total QEP'&lt;BR /&gt;
        height = 'QET Total'&lt;BR /&gt;
        weight = 'QGM Total';&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 16 Nov 2010 18:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34059#M4944</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-11-16T18:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing Labels in ODS/Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34060#M4945</link>
      <description>Thank you for the help and education!</description>
      <pubDate>Tue, 16 Nov 2010 18:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Referencing-Labels-in-ODS-Proc-Report/m-p/34060#M4945</guid>
      <dc:creator>MikeCa</dc:creator>
      <dc:date>2010-11-16T18:59:18Z</dc:date>
    </item>
  </channel>
</rss>

