<?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 How do I change or remove the line spacing when I use a FILE PRINT and output the data as ODS PDF? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-or-remove-the-line-spacing-when-I-use-a-FILE/m-p/215099#M14139</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've very new to the use of FILE PRINT to structure data prior to outputting it as a PDF file.&amp;nbsp; I've inherited this code from someone else who is not longer with the company so asking that person is not an option.&amp;nbsp; I've tried researching this on the Internet for several days now and have not been able to find a good answer as to how to control the line spacing when I use this method to create our final report.&amp;nbsp; I'm hoping that the community knows and can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that I run looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;set rx5 end=eof;&lt;/P&gt;&lt;P&gt;file print;&lt;/P&gt;&lt;P&gt;if _n_=1 and eof=1 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put @1 name_etc / @1 pat_addr1 / @1 pat_addr2 /// @1 product @60 'Quantity:' @68 disp_quan comma8.1 @87 'Days Supply:'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @98 days_sup 3. / @1 'Health Plan Cost:' @19 sv dollar10.2 @33 'Copay:' @40 copay dollar8.2 @52 'Health Plan Paid:'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @70 hplan_paid dollar10.2 @95 'Fill Date:' @106 fdate mmddyy10. / @1 lname @75 laddr / @1 doctor //// @1 sig /// &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 'This is what your Health Plan paid:' @37 hplan_total dollar11.2 // @1 'Total Copayment:' @18 copay_total dollar10.2;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output currently comes out looking like this (sorry, masking the real output for confidentiality):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name (HRN) - DOB: LASTNAME, FIRSTNAME MI (12334567) - MM/DD/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1234 ALOHA WAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HONOLULU, HI&amp;nbsp; 96817-1349&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to get rid of is the spacing between the lines above so that it looks like this:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Name (HRN) - DOB: LASTNAME, FIRSTNAME MI (12334567) - MM/DD/YYYY&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1234 ALOHA WAY&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HONOLULU, HI&amp;nbsp; 96817-1349&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can point me in the right direction, I would appreciate it.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 19:13:26 GMT</pubDate>
    <dc:creator>DougChar</dc:creator>
    <dc:date>2015-07-31T19:13:26Z</dc:date>
    <item>
      <title>How do I change or remove the line spacing when I use a FILE PRINT and output the data as ODS PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-or-remove-the-line-spacing-when-I-use-a-FILE/m-p/215099#M14139</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've very new to the use of FILE PRINT to structure data prior to outputting it as a PDF file.&amp;nbsp; I've inherited this code from someone else who is not longer with the company so asking that person is not an option.&amp;nbsp; I've tried researching this on the Internet for several days now and have not been able to find a good answer as to how to control the line spacing when I use this method to create our final report.&amp;nbsp; I'm hoping that the community knows and can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that I run looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;set rx5 end=eof;&lt;/P&gt;&lt;P&gt;file print;&lt;/P&gt;&lt;P&gt;if _n_=1 and eof=1 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put @1 name_etc / @1 pat_addr1 / @1 pat_addr2 /// @1 product @60 'Quantity:' @68 disp_quan comma8.1 @87 'Days Supply:'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @98 days_sup 3. / @1 'Health Plan Cost:' @19 sv dollar10.2 @33 'Copay:' @40 copay dollar8.2 @52 'Health Plan Paid:'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @70 hplan_paid dollar10.2 @95 'Fill Date:' @106 fdate mmddyy10. / @1 lname @75 laddr / @1 doctor //// @1 sig /// &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 'This is what your Health Plan paid:' @37 hplan_total dollar11.2 // @1 'Total Copayment:' @18 copay_total dollar10.2;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output currently comes out looking like this (sorry, masking the real output for confidentiality):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name (HRN) - DOB: LASTNAME, FIRSTNAME MI (12334567) - MM/DD/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1234 ALOHA WAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HONOLULU, HI&amp;nbsp; 96817-1349&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to get rid of is the spacing between the lines above so that it looks like this:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Name (HRN) - DOB: LASTNAME, FIRSTNAME MI (12334567) - MM/DD/YYYY&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1234 ALOHA WAY&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HONOLULU, HI&amp;nbsp; 96817-1349&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can point me in the right direction, I would appreciate it.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-or-remove-the-line-spacing-when-I-use-a-FILE/m-p/215099#M14139</guid>
      <dc:creator>DougChar</dc:creator>
      <dc:date>2015-07-31T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change or remove the line spacing when I use a FILE PRINT and output the data as ODS PDF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-or-remove-the-line-spacing-when-I-use-a-FILE/m-p/215100#M14140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should provide a data step that would provide us with a few lines of dummy data to test with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 20:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-or-remove-the-line-spacing-when-I-use-a-FILE/m-p/215100#M14140</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-31T20:17:16Z</dc:date>
    </item>
  </channel>
</rss>

