<?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: Proc Report and Box around the title in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14294#M3308</link>
    <description>Also, please explain what you mean by WHOLE REPORT PAGE??/ That could be interpreted as the whole page, including the title and the report table that proc report builds....&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 08 Oct 2010 20:01:30 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-10-08T20:01:30Z</dc:date>
    <item>
      <title>Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14291#M3305</link>
      <description>Hello All,&lt;BR /&gt;
      I am trying to get a box/frame around the entire report page.I am using ODS pdf with the journal style, and I have used the frame=box option in my style statement. I still don't see the box around the whole report. &lt;BR /&gt;
In the report there are 3 lines of title in one row and desc. in the second row and then I have columns for the report. &lt;BR /&gt;
&lt;BR /&gt;
ODS PDF FILE='myfilename.pdf' style=journal;&lt;BR /&gt;
proc report data=sashelp.shoes nowd&lt;BR /&gt;
	style(Header) =[background=white bordertopstyle=solid bordercolor=black borderwidth=1pt frame=box asis=on just=center font_face='Times']&lt;BR /&gt;
	style(report) =[background=white bordertopstyle=solid bordercolor=black borderwidth=1pt frame=box asis=on just=center font_face='Times'];&lt;BR /&gt;
	&lt;BR /&gt;
title 'proc report Across';  &lt;BR /&gt;
where region in ('Asia', 'Canada') ;  &lt;BR /&gt;
column product  subsidiary region,(n sales);  &lt;BR /&gt;
define product /group ;&lt;BR /&gt;
define subsidiary /group; &lt;BR /&gt;
define region /across ; &lt;BR /&gt;
define n / 'Count';  &lt;BR /&gt;
define sales /sum;  &lt;BR /&gt;
rbreak after / summarize;  &lt;BR /&gt;
compute after;    product='Total';  &lt;BR /&gt;
endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Shri</description>
      <pubDate>Fri, 08 Oct 2010 19:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14291#M3305</guid>
      <dc:creator>sks</dc:creator>
      <dc:date>2010-10-08T19:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14292#M3306</link>
      <description>Hi:&lt;BR /&gt;
  I'm confused by your description. You want to use Journal style -- but want a BOX around the SAS TITLE (Proc Report Across) or you want to see a box around the WHOLE report table. Remember that the SAS TITLE sits outside the boundary of the report table.&lt;BR /&gt;
&lt;BR /&gt;
  Perhaps you want PROC REPORT ACROSS to span the region values??? Can you explain a bit more?&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 08 Oct 2010 19:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14292#M3306</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-08T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14293#M3307</link>
      <description>Also, FRAME=BOX is not appropriate to put as a style attribute for the HEADER element -- generally, FRAME=BOX is a table-level element -- so you would only have it on the STYLE(REPORT) option or in a STYLE template.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 08 Oct 2010 19:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14293#M3307</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-08T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14294#M3308</link>
      <description>Also, please explain what you mean by WHOLE REPORT PAGE??/ That could be interpreted as the whole page, including the title and the report table that proc report builds....&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 08 Oct 2010 20:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14294#M3308</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-08T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14295#M3309</link>
      <description>I am sorry as soon as I posted I realized my mistake. I need the box aorund the whole report. And in the report I need to have a title block and a description block and then the report information. The report is a cross tab, where I have doc_type doc_column as the rows and the columns will be no. of records in the doc_type/doc_column and the sum of doc_total&lt;BR /&gt;
&lt;BR /&gt;
The report will be something like this&lt;BR /&gt;
                                               title -1&lt;BR /&gt;
---------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
                                              description&lt;BR /&gt;
----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
Doc_Type        doc_coumn                      N of Doc_column          Total amount&lt;BR /&gt;
type1               code1                                        25                          $300&lt;BR /&gt;
                        code2                                50                             $200            &lt;BR /&gt;
&lt;BR /&gt;
type2&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
And I need the box around the entire page (the title1, description and the report) and lines between title1 and description&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps&lt;BR /&gt;
Thanks for all your help&lt;BR /&gt;
&lt;BR /&gt;
Shri</description>
      <pubDate>Fri, 08 Oct 2010 20:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14295#M3309</guid>
      <dc:creator>sks</dc:creator>
      <dc:date>2010-10-08T20:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report and Box around the title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14296#M3310</link>
      <description>Hi:&lt;BR /&gt;
  You will have to work with Tech Support on this question. While you can make FRAME=BOX work with the JOURNAL style -- it will only put the BOX around the PROC REPORT output, itself. Your title and your extra text are -outside- the PROC REPORT table -- I do not believe that there is a way to put a single box around everything on the page -- the title, the text and the proc report table. Unless, somehow you generated the report, titles, descriptive text and cross-tab with PROC REPORT -- using a combination of LINE statements. Or, using ODS LAYOUT with ODS PDF to control the box.&lt;BR /&gt;
&lt;BR /&gt;
  If there is a style template method that would give a box, it would probably only put a box around the title, a separate box around your descriptive text and then the FRAME around your PROC REPORT table. But I sense that you would NOT want 3 boxes.  So working with Tech Support will be your best resource. If there is another method or an ODS LAYOUT method that would allow you to have a box around the whole report, titles and all, they would be able to help you figure out how to do it.&lt;BR /&gt;
&lt;BR /&gt;
To open a track with Tech Support, fill out the form at this link:&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;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
ps...any controls that you put in the PROC REPORT syntax (such as FRAME=BOX will only have an impact on the PROC REPORT table itself -- NOT on the SAS titles, and not on your extra descriptive text.</description>
      <pubDate>Fri, 08 Oct 2010 20:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-and-Box-around-the-title/m-p/14296#M3310</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-08T20:25:27Z</dc:date>
    </item>
  </channel>
</rss>

