<?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 PRINT Title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137756#M261282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, your gonna have to be clearer than that.&amp;nbsp; Post your code and desired output.&amp;nbsp; Title statements are not linked to proc print or report.&amp;nbsp; Is the problem with a title statement or the proc print statement.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 11:11:50 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-12-05T11:11:50Z</dc:date>
    <item>
      <title>PROC PRINT Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137755#M261281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is not to have a single line against Title when I used PROC PRINT.&lt;/P&gt;&lt;P&gt;Please note this Title n option put a blank line. I don't want any such line in proc print.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 10:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137755#M261281</guid>
      <dc:creator>chanchal_pune</dc:creator>
      <dc:date>2014-12-05T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137756#M261282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, your gonna have to be clearer than that.&amp;nbsp; Post your code and desired output.&amp;nbsp; Title statements are not linked to proc print or report.&amp;nbsp; Is the problem with a title statement or the proc print statement.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137756#M261282</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-12-05T11:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137757#M261283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code is something like this:&lt;/P&gt;&lt;P&gt;ods html file = HTMFILE1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;style = fancyprinter rs=none trantab = E142WLT1;&lt;/P&gt;&lt;P&gt;title;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;proc print data = data1 noobs label;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in MAINFRAME environment, writing to an XLS file.&lt;/P&gt;&lt;P&gt;Out&amp;nbsp; put is coming like this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 321px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" width="51"&gt;&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl67" height="24" width="51"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="47"&gt;B&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="80"&gt;C&lt;/TD&gt;&lt;TD class="xl68" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="79"&gt;D&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="64"&gt;E&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to delete the blank line above A.&lt;/P&gt;&lt;P&gt;I hope I am clear enough now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137757#M261283</guid>
      <dc:creator>chanchal_pune</dc:creator>
      <dc:date>2014-12-05T11:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137758#M261284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, no not really.&amp;nbsp; I would suggest that if you are writing to Excel then you would be better served by using the ods excelxp tagset.&amp;nbsp; This will give you a lot more control over the output, and in conjunction with proc report rather than proc print can work wonders:&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file="myfile.xls" style=fancyprinter;&lt;/P&gt;&lt;P&gt;proc report data=your_data nowd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns a b c d e...;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a / "Label for A" style(header)=[just=l];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b /...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-Title/m-p/137758#M261284</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-12-05T11:45:55Z</dc:date>
    </item>
  </channel>
</rss>

