<?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 Suppress a particular column header in Proc Report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963081#M26845</link>
    <description>&lt;P&gt;I am using this code within ods rtf. I want my chart/image on the left with no header and my table on the right of the chart. Tried a few things but I either get a massive header or my column is too small for the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data summary;&lt;BR /&gt;length Average $10 Maximum $10;&lt;BR /&gt;Average="&amp;amp;avg";&lt;BR /&gt;Maximum="&amp;amp;max.";&lt;BR /&gt;run;&lt;BR /&gt;data x;&lt;BR /&gt;set summary;&lt;BR /&gt;x=' ';output;&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/P&gt;&lt;P&gt;proc report data=x nowd style={outputwidth=100% cellspacing=0 cellpadding=1};&lt;BR /&gt;column x Average Maximum;&lt;BR /&gt;define x/display "" style={cellwidth=3in cellheight=3in};&lt;BR /&gt;define Average/display "Average amount" style={cellwidth=1in cellheight=0.5in} style(header)={cellwidth=1in cellheight=0.5in foreground=white background=CX002B49};&lt;BR /&gt;define Maximum/display "Maximum amount" style={cellwidth=1in cellheight=0.5in} style(header)={cellwidth=1in cellheight=0.5in foreground=white background=CX002B49};&lt;BR /&gt;compute x;&lt;BR /&gt;call define('x','style','style={ preimage="&amp;amp;report_loc.\max.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}');&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul8_0-1743497229290.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105801iC8DC8DF5967DF371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul8_0-1743497229290.png" alt="paul8_0-1743497229290.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 08:50:00 GMT</pubDate>
    <dc:creator>paul8</dc:creator>
    <dc:date>2025-04-01T08:50:00Z</dc:date>
    <item>
      <title>Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963081#M26845</link>
      <description>&lt;P&gt;I am using this code within ods rtf. I want my chart/image on the left with no header and my table on the right of the chart. Tried a few things but I either get a massive header or my column is too small for the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data summary;&lt;BR /&gt;length Average $10 Maximum $10;&lt;BR /&gt;Average="&amp;amp;avg";&lt;BR /&gt;Maximum="&amp;amp;max.";&lt;BR /&gt;run;&lt;BR /&gt;data x;&lt;BR /&gt;set summary;&lt;BR /&gt;x=' ';output;&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/P&gt;&lt;P&gt;proc report data=x nowd style={outputwidth=100% cellspacing=0 cellpadding=1};&lt;BR /&gt;column x Average Maximum;&lt;BR /&gt;define x/display "" style={cellwidth=3in cellheight=3in};&lt;BR /&gt;define Average/display "Average amount" style={cellwidth=1in cellheight=0.5in} style(header)={cellwidth=1in cellheight=0.5in foreground=white background=CX002B49};&lt;BR /&gt;define Maximum/display "Maximum amount" style={cellwidth=1in cellheight=0.5in} style(header)={cellwidth=1in cellheight=0.5in foreground=white background=CX002B49};&lt;BR /&gt;compute x;&lt;BR /&gt;call define('x','style','style={ preimage="&amp;amp;report_loc.\max.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}');&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul8_0-1743497229290.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105801iC8DC8DF5967DF371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul8_0-1743497229290.png" alt="paul8_0-1743497229290.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 08:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963081#M26845</guid>
      <dc:creator>paul8</dc:creator>
      <dc:date>2025-04-01T08:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963089#M26846</link>
      <description>&lt;P&gt;If you want to mix graph and report, I would like to print this report as a graph and print it in RTF file.&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;PRE&gt;%let path= c:\temp ;

options nodate nonumber;
ods listing gpath="&amp;amp;path." style=htmlblue image_dpi=300;
ods graphics /width=3in height=3in reset=index noborder imagename='FAS' outputfmt=png ;
proc sgplot data=sashelp.class noautolegend ;
reg x=height y=weight/cli clm;
run;

&lt;STRONG&gt;
options papersize=(3in 3in);
ods printer file="&amp;amp;path.\report.png" printer=png;
proc report data=sashelp.class nowd  style={outputwidth=100% };
run;
ods printer close;&lt;/STRONG&gt;

options papersize='A4';
ods rtf file="&amp;amp;path.\want.rtf" style=minimal dpi=300 ;
data x;
x=' ';y=' ';output;
run;
title;
proc report data=x nowd noheader style={outputwidth=100% };
column x y;
define x/display;
define y/display;
compute y;
call define('x','style','style={ preimage="&amp;amp;path\FAS1.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}');
call define('y','style','style={ preimage="&amp;amp;path\report.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}');
endcomp;
run;

ods rtf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1743499915743.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105806i54A7EF6EA217F81E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1743499915743.png" alt="Ksharp_0-1743499915743.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 09:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963089#M26846</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-04-01T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963136#M26847</link>
      <description>Ideally I wanted the table as a table to copy data over from the rtf file easier. If not possible, I will settle for image. This is a great example however my ods printer isn't saving the image</description>
      <pubDate>Tue, 01 Apr 2025 14:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963136#M26847</guid>
      <dc:creator>paul8</dc:creator>
      <dc:date>2025-04-01T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963167#M26849</link>
      <description>&lt;P&gt;I think it is very hard for RTF. Maybe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;know some solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;my ods printer isn't saving the image"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That is really weird. Can you post the LOG info after running the following code ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And Can you see a graph named report.png under path "&amp;amp;path." ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

options papersize=(3in 3in);
ods printer file="&amp;amp;path.\report.png" printer=png  style=htmlblue dpi=300;
proc report data=sashelp.class nowd  style={outputwidth=100% };
run;
ods printer close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Apr 2025 01:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963167#M26849</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-04-02T01:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963187#M26851</link>
      <description>&lt;P&gt;Ha. I found a workaround way here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let path= c:\temp ;

options nodate nonumber;
ods listing gpath="&amp;amp;path." style=htmlblue image_dpi=300;
ods graphics /width=3in height=3in reset=index noborder imagename='FAS' outputfmt=png ;
proc sgplot data=sashelp.class noautolegend ;
reg x=height y=weight/cli clm;
run;



ods rtf file="&amp;amp;path.\want.rtf" style=minimal dpi=300 ;
data x;
set sashelp.class;
x='09'x;
run;
title;
proc report data=x nowd  spanrows style={outputwidth=90% };
column x name sex age weight height;
define x/group ''
style(column)={ preimage="&amp;amp;path\FAS1.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}
style(header)={ cellwidth=50% bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white};
define name/display;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1743574233067.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105834i245DBE690640238B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1743574233067.png" alt="Ksharp_0-1743574233067.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 06:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963187#M26851</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-04-02T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963210#M26852</link>
      <description>&lt;P&gt;That's great but I still having problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been fiddling with it for awhile. If I use group or noprint on the x column, the image goes above the table. If I don't, I get the image repeating.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods listing gpath="&amp;amp;report_loc." style=htmlblue image_dpi=300;&lt;/DIV&gt;&lt;DIV&gt;ods graphics / width=3in height=3in reset=index noborder imagename='max_chart' outputfmt=png;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; %* Create a plot of all concurrent sessions on the platform by day.;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; title color=CX002B49 "Title" ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; proc sgplot data = marts.chart ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yaxis min = 0 max = &amp;amp;max_concurrent_to_display. label = "Daily" grid gridattrs=(color=black pattern=35);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xaxis interval = month minorinterval= month type = time display = (nolabel);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; series x = connection_date y = concurrent_connections / lineattrs = (color = CX002B49 thickness = 1px /*pattern=4*/);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; run;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; title;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;data c_table;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; length Average_Daily $25 Maximum_Daily $25;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; /* First row with header-like values */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Average_Daily = "Average Daily";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Maximum_Daily = "Maximum Daily";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; output;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; /* Second row with macro values */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Average_Daily = "&amp;amp;&amp;amp;avg_c.";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Maximum_Daily = "&amp;amp;max_c.";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; output;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data x;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set c_table;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;x='09'x;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;title;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc report data=x nowd&amp;nbsp; noheader spanrows ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; column x Average_Daily Maximum_Daily;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; define x /group ''&lt;/DIV&gt;&lt;DIV&gt;style(column)={ preimage="&amp;amp;report_loc.\max_concurrent.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}&lt;/DIV&gt;&lt;DIV&gt;style(header)={ cellwidth=50% bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white};&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; define Average_Daily/display "Average Daily" style={cellwidth=1in cellheight=0.5in};&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; define Maximum_Daily/display "Maximum Daily" style={cellwidth=1in cellheight=0.5in};&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;compute Average_Daily;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if Average_Daily="Average Daily"&amp;nbsp; then do;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; call define(_col_, "style", "style={background=blue foreground=white cellwidth=1in cellheight=0.5in}");&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; end;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; endcomp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; compute Maximum_Daily;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if Maximum_Daily="Maximum Daily"&amp;nbsp; then do;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; call define(_col_, "style", "style={background=blue foreground=white cellwidth=1in cellheight=0.5in}");&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; end;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; endcomp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; run;&lt;/DIV&gt;&lt;DIV&gt;Need this table on the right of chart&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul8_0-1743606173045.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105839i701470CFA8BCBCC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul8_0-1743606173045.png" alt="paul8_0-1743606173045.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Apr 2025 15:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963210#M26852</guid>
      <dc:creator>paul8</dc:creator>
      <dc:date>2025-04-02T15:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963218#M26853</link>
      <description>&lt;P&gt;I realise the what the issue is but haven't found solution.&lt;/P&gt;&lt;P&gt;If you do noheader, it puts image above table.&lt;/P&gt;&lt;P&gt;I need to color in the header just for the table columns. Also, if I didn't use "noheader" the table is too big, the last row fills down to the height of the image.&lt;/P&gt;&lt;P&gt;I might have to do image by image but some reason I couldn't save table as png. Kept receiving error that the image didn't exist in my proc report because it wasn't saving.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 15:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963218#M26853</guid>
      <dc:creator>paul8</dc:creator>
      <dc:date>2025-04-02T15:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963280#M26854</link>
      <description>&lt;P&gt;So you want this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let path= c:\temp ;

options nodate nonumber;
ods listing gpath="&amp;amp;path." style=htmlblue image_dpi=300;
ods graphics /width=3in height=2in reset=index noborder imagename='FAS' outputfmt=png ;
proc sgplot data=sashelp.stocks noautolegend ;
where stock='IBM';
series x=date y=close;
run;



data x;
input mean1 &amp;amp;$20. max1 &amp;amp;$20.;
x='09'x;
cards;
.   .
.   .
.   .
Average Daily     Maximum Daily
3   7
.   .
.   .
.   .
.   .
.   .
;
run;
title;
ods rtf file="&amp;amp;path.\want.rtf" style=minimal dpi=300 ;

proc report data=x nowd   spanrows style={outputwidth=70% }
style(header)={bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white};
column x mean1 max1;
define x/order '09'x
style(column)={ preimage="&amp;amp;path\FAS1.png" bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}
style(header)={ cellwidth=20% bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white};
define mean1/display '09'x style(header)={ cellwidth=5%};
define max1/display  '09'x style(header)={ cellwidth=5%};
compute max1;
if missing(max1) then 
call define(_row_,'style','style={bordertopcolor=white borderbottomcolor=white borderrightcolor=white borderleftcolor=white}');
else do;
  call define(_row_,'style','style={bordertopcolor=black bordertopwidth=2}');
  if max1=:'Max' then call define(_row_,'style','style={background=navy foreground=white fontweight=bold}');
end;
endcomp;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1743643000089.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105875iF9E81E4732AABB4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1743643000089.png" alt="Ksharp_0-1743643000089.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 01:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963280#M26854</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-04-03T01:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a particular column header in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963333#M26855</link>
      <description>Perfect! Thank you. You have been very helpful!</description>
      <pubDate>Thu, 03 Apr 2025 15:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-a-particular-column-header-in-Proc-Report/m-p/963333#M26855</guid>
      <dc:creator>paul8</dc:creator>
      <dc:date>2025-04-03T15:15:03Z</dc:date>
    </item>
  </channel>
</rss>

