<?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: SAS ODS PDF proc report Group headers repeat in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73093#M8329</link>
    <description>From SAS discussion forms, the webpage footer has information and a link for opening a SAS track/issue - here's the link:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Fri, 02 Apr 2010 01:23:47 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-04-02T01:23:47Z</dc:date>
    <item>
      <title>SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73085#M8321</link>
      <description>I am using ods pdf to generate pdf output with proc report. I am also using proc report with by variable. In some of the pages these groups are printing two time and the column headers are not repeated on those pages. This is realy a kind of weired problem. I am totally stuck with no idea.&lt;BR /&gt;
&lt;BR /&gt;
PLease help me. Thanks a lot.</description>
      <pubDate>Thu, 01 Apr 2010 13:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73085#M8321</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-04-01T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73086#M8322</link>
      <description>Share your SAS code to get the most effective response/feedback from the forum subscribers.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 01 Apr 2010 14:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73086#M8322</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-01T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73087#M8323</link>
      <description>Edited in next reply

Message was edited by: anandbillava</description>
      <pubDate>Thu, 01 Apr 2010 15:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73087#M8323</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-04-01T15:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73088#M8324</link>
      <description>The output pdf contains lot of pages and out of that some of the pages has double entry of group and column headers are not printed for those groups..&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here is the SAS program&lt;BR /&gt;
&lt;BR /&gt;
			ods pdf startpage=no body=_webout;&lt;BR /&gt;
			    proc report data=stdrep split=' ' nocenter panels=3 nowd style(REPORT)={cellspacing=0 cellpadding=2 background=white}&lt;BR /&gt;
			        style(HEADER)={foreground=black font_weight=bold font_size  = 1 just=center}&lt;BR /&gt;
			        style(COLUMN)={foreground=black font_size  = 1};&lt;BR /&gt;
					COLUMN  sbu component bsp_proj_id project_code project pdm	 	&lt;BR /&gt;
					  impactno study_title special_name phase sdm actstatus  fpfvp fpfva lplv dbl cetC cctC CRFPAGESTREATED&lt;BR /&gt;
					edcC outsrcC provider;&lt;BR /&gt;
		 			 by grVar;  &lt;BR /&gt;
						DEFINE sbu / DISPLAY  'TA' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
						DEFINE component / DISPLAY  'Compound' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
						DEFINE  bsp_proj_id / DISPLAY  'BSP Project ID' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
						DEFINE project_code / DISPLAY  'Project Code' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
						DEFINE project / DISPLAY  'Project' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
						DEFINE pdm / DISPLAY  'PDM' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
					 &lt;BR /&gt;
					 &lt;BR /&gt;
					DEFINE impactno / DISPLAY  'BSP Study No' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
					DEFINE study_title /DISPLAY FLOW 'Study Title' width=24 style(column)=[cellwidth=11% just=left]; &lt;BR /&gt;
					DEFINE special_name / DISPLAY FLOW  'Special Name' width=12 style(column)=[cellwidth=6% just=left];&lt;BR /&gt;
					DEFINE phase / DISPLAY  'Phase' width=10 style(column)=[cellwidth=5% just=center];&lt;BR /&gt;
					DEFINE sdm / DISPLAY  'SDM' width=14 style(column)=[cellwidth=9% just=left]; &lt;BR /&gt;
					DEFINE actstatus / DISPLAY 'Act Status' width=18 flow style(column)=[cellwidth=9% just=left];&lt;BR /&gt;
					DEFINE fpfvp / DISPLAY  'FPFV (P)' width=14 style(column)=[cellwidth=7% just=center];&lt;BR /&gt;
					DEFINE fpfva / DISPLAY  'FPFV(A)' width=14 style(column)=[cellwidth=7% just=center];&lt;BR /&gt;
					DEFINE lplv / DISPLAY  'LPLV (A/P)' width=15 style(column)=[cellwidth=7.5% just=center];&lt;BR /&gt;
					DEFINE dbl / DISPLAY  'DB Lock (A/P)' width=15 style(column)=[cellwidth=7.5% just=center];&lt;BR /&gt;
					DEFINE cetC / DISPLAY 'ET (A/P)' width=8 style(column)=[cellwidth=4% just=center];&lt;BR /&gt;
					DEFINE cctC / DISPLAY  'CT (A/P)' width=8 style(column)=[cellwidth=4% just=center];		&lt;BR /&gt;
					DEFINE CRFPAGESTREATED / DISPLAY  width=8 'CRFs Treated' style(column)=[cellwidth=4% just=left];&lt;BR /&gt;
					DEFINE edcC / DISPLAY 'EDC' width=8 style(column)=[cellwidth=4% just=left];&lt;BR /&gt;
					DEFINE outsrcC /DISPLAY  'Outsrcd' width=8 style(column)=[cellwidth=4% just=left];&lt;BR /&gt;
					DEFINE provider /DISPLAY 'CRO' width=10 style(column)=[cellwidth=4% just=left];	&lt;BR /&gt;
					 &lt;BR /&gt;
					&lt;BR /&gt;
				run;&lt;BR /&gt;
				 &lt;BR /&gt;
			ods pdf close ;&lt;BR /&gt;
********Sample output is as below..&lt;BR /&gt;
&lt;BR /&gt;
Group=TA: PCA&lt;BR /&gt;
COMPOUND: BAY12-8039&lt;BR /&gt;
PROJECT: 120099 BAY12-8039/GMD/02 BAY12-8039, Product maintenance&lt;BR /&gt;
PDM: Fischer, Cornelia Inge&lt;BR /&gt;
&lt;BR /&gt;
Group=TA: PCA&lt;BR /&gt;
COMPOUND: BAY12-8039&lt;BR /&gt;
PROJECT: 120099 BAY12-8039/GMD/02 BAY12-8039, Product maintenance&lt;BR /&gt;
PDM: Fischer, Cornelia Inge&lt;BR /&gt;
11980 BAY12-8039,&lt;BR /&gt;
&lt;BR /&gt;
No column header***************&lt;BR /&gt;
Column Values *********&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
**Next Group ***&lt;BR /&gt;
Column header*********&lt;BR /&gt;
Column Values************&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This happens only for some of the pages..&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: anandbillava

Message was edited by: anandbillava</description>
      <pubDate>Thu, 01 Apr 2010 15:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73088#M8324</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-04-01T15:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73089#M8325</link>
      <description>Hi:&lt;BR /&gt;
I see you are using _webout... Is that with SAS/Intrnet or with a stored process??&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 01 Apr 2010 16:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73089#M8325</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-01T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73090#M8326</link>
      <description>Yes its a sas stored process creates using enterprise guide.</description>
      <pubDate>Thu, 01 Apr 2010 16:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73090#M8326</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-04-01T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73091#M8327</link>
      <description>Hi:&lt;BR /&gt;
  It almost sounds like you are running into an issue similar to this -- although this issue was reported with PROC PRINT:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/16/792.html" target="_blank"&gt;http://support.sas.com/kb/16/792.html&lt;/A&gt; or possibly this one: &lt;A href="http://support.sas.com/kb/9/372.html" target="_blank"&gt;http://support.sas.com/kb/9/372.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  In either case, there are several things about your code that are inappropriate for ODS PDF destinations, such as:&lt;BR /&gt;
panels=3&lt;BR /&gt;
width=&lt;BR /&gt;
FLOW&lt;BR /&gt;
&lt;BR /&gt;
  In addition, you are not using PROC REPORT group variables, it looks like all your variables are a DISPLAY usage and your issue is really with BY group processing, not PROC REPORT GROUP usage behavior&lt;BR /&gt;
&lt;BR /&gt;
  These are minor distractions, however, since the LISTING-only options are ignored by ODS PDF. A more critical problem, might be caused by the fact that your cellwidth percents add up to more than 100% (121% according to my calculator). This may be causing some issues with PROC REPORT, too.&lt;BR /&gt;
&lt;BR /&gt;
Since you are running this program in the context of a stored process, your best resource will be Tech Support. If you open a track with Tech Support, they can look at your data and your particular BI configuration and see whether some interaction of data/destination/platform or some odd interaction between BY processing with the incorrect cellwidths is causing the problem.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 01 Apr 2010 20:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73091#M8327</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-01T20:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73092#M8328</link>
      <description>How to send this issue to tech support ?&lt;BR /&gt;
I have corrected all the distractions. But still the problem persists..</description>
      <pubDate>Thu, 01 Apr 2010 23:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73092#M8328</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-04-01T23:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF proc report Group headers repeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73093#M8329</link>
      <description>From SAS discussion forms, the webpage footer has information and a link for opening a SAS track/issue - here's the link:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 02 Apr 2010 01:23:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-proc-report-Group-headers-repeat/m-p/73093#M8329</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-02T01:23:47Z</dc:date>
    </item>
  </channel>
</rss>

