<?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 titles in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117705#M4493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mgarret,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to put all report tables on one page then don't use title. Use ods pdf text=""; instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf text="your first title";&lt;/P&gt;&lt;P&gt;proc report....;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf text="your second title";&lt;/P&gt;&lt;P&gt;proc report...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 11:59:22 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2012-05-30T11:59:22Z</dc:date>
    <item>
      <title>proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117700#M4488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some trouble writing titles into 3 proc report statements which all appear on one page. Any advice on to add the titles in would be greatly appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;STRONG&gt;title1 'Special Medical Review Total Score';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc report&lt;/P&gt;&lt;P&gt;data=All_Spec_Med_Qs_TotalScore nowd headline headskip&lt;/P&gt;&lt;P&gt;style(column)={just=c font_size=11pt font_face= 'Arial Narrow'cellwidth=2in}&lt;/P&gt;&lt;P&gt;style(header)={font_size=11 pt font_face= 'Arial Narrow' FONT_WEIGHT =BOLD background=cxcccccc};&lt;/P&gt;&lt;P&gt;column&amp;nbsp;&amp;nbsp;&amp;nbsp; totalAwarded Total_Possible&amp;nbsp; Final_score ;&lt;/P&gt;&lt;P&gt;define Final_score / display &lt;/P&gt;&lt;P&gt;style(column)={ cellwidth=1.8in};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;title&lt;/SPAN&gt;2&amp;nbsp; Special Medical Review Quality Score; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report&lt;/P&gt;&lt;P&gt;data=Spec_Med_Quality_Qs_TotalScore nowd headline headskip&lt;/P&gt;&lt;P&gt;style(column)={just=c font_size=11pt font_face= 'Arial Narrow'cellwidth=2in}&lt;/P&gt;&lt;P&gt;style(header)={font_size=11 pt font_face= 'Arial Narrow' FONT_WEIGHT =BOLD background=cxcccccc};&lt;/P&gt;&lt;P&gt;column totalAwarded Total_Possible&amp;nbsp; Final_score;&lt;/P&gt;&lt;P&gt;define Final_score / display &lt;/P&gt;&lt;P&gt;style(column)={ cellwidth=1.8in};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;title&lt;/SPAN&gt;3 Special Medical Review Compliance Score ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report&lt;/P&gt;&lt;P&gt;data=Spec_Med_Comp_Qs_TotalScore&amp;nbsp; nowd headline headskip&lt;/P&gt;&lt;P&gt;style(column)={just=c font_size=11pt font_face= 'Arial Narrow'cellwidth=2in}&lt;/P&gt;&lt;P&gt;style(header)={font_size=11 pt font_face= 'Arial Narrow' FONT_WEIGHT =BOLD background=cxcccccc};&lt;/P&gt;&lt;P&gt;column totalAwarded Total_Possible&amp;nbsp; Final_score;&lt;/P&gt;&lt;P&gt;define Final_score / display &lt;/P&gt;&lt;P&gt;style(column)={ cellwidth=1.8in};&lt;/P&gt;&lt;P&gt;run&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 20:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117700#M4488</guid>
      <dc:creator>Mgarret</dc:creator>
      <dc:date>2012-05-16T20:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117701#M4489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't say what your problem actually is but I'm going to guess that you get two lines of title for the second report and only want one and are getting three lines for tha last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title is sort of a space holder with up to 9 lines. And all currently defined lines will show. I suspect that you want to use TITLE1 for each of your PROC REPORT calls to show one main line of title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an alternative appearance try this:&lt;/P&gt;&lt;P&gt;Title1 "Special Medical Review";&lt;/P&gt;&lt;P&gt;Title2 "Total Score";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before the second proc report&lt;/P&gt;&lt;P&gt;Title2 "Quality Score";&lt;/P&gt;&lt;P&gt;and before the third&lt;/P&gt;&lt;P&gt;Title2 "Compliance Score";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 20:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117701#M4489</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-16T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117702#M4490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are using ODS PDF, you can do something like this:&lt;/P&gt;&lt;P&gt;ods pdf text= "Special Medical Review Total Score"; (for each one);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 21:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117702#M4490</guid>
      <dc:creator>Abud</dc:creator>
      <dc:date>2012-05-16T21:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117703#M4491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: &lt;/P&gt;&lt;P&gt;&amp;nbsp; I believe this question probably should have been posted in the ODS and Reporting forum, not the ODS and Graphics forum. Unless your code has some SAS/GRAPH or ODS GRAPHICS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You did not say what your destination of interest was -- RTF, PDF or HTML. Titles are GLOBAL in nature. You can have up to 10 titles.. What ODS statements are you using for your report? In the LISTING destination, these 3 reports would not print on 1 page. So I figure you are using either PDF, RTF or HTML. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You have received some good information about SAS title statements in general and for dealing with ODS PDF in particular. I'd suggest you investigate TITLE statements in a bit more depth and possibly post ALL of your code, including ODS statements, so we can understand the whole picture. TITLE statements can behave differently in different destinations and their behavior is also dependent on the other options you are using (such as BODYTITLE or STARTPAGE or ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 23:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117703#M4491</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-16T23:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117704#M4492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I guess correctly,you are getting the all three titles in all the reports which you want to restrict.Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'test1';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;title '';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'test2';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;title '';&lt;/P&gt;&lt;P&gt;title 'test3';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;title '';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 04:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117704#M4492</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-17T04:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117705#M4493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mgarret,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to put all report tables on one page then don't use title. Use ods pdf text=""; instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf text="your first title";&lt;/P&gt;&lt;P&gt;proc report....;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf text="your second title";&lt;/P&gt;&lt;P&gt;proc report...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-report-and-titles/m-p/117705#M4493</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-05-30T11:59:22Z</dc:date>
    </item>
  </channel>
</rss>

