<?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: How to Align text in the Line statment in the proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487528#M21467</link>
    <description>&lt;P&gt;HI Cynthia,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank very much which resolve my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton R&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 17:36:42 GMT</pubDate>
    <dc:creator>Inp</dc:creator>
    <dc:date>2018-08-16T17:36:42Z</dc:date>
    <item>
      <title>How to Align text in the Line statment in the proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487235#M21464</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;I want to write the summary&amp;nbsp;information as below&amp;nbsp;nicely in my proc report&amp;nbsp;using the &amp;nbsp;line statements . . If&amp;nbsp;you see below&amp;nbsp;, specially&amp;nbsp;the all Colon have to be&amp;nbsp;same vertical line and the dollar value next.&amp;nbsp; &amp;nbsp;I want to use same font as in the attached the program .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using SAS 9.4 in z/os&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;SUMMARY&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;NUMBER OF CLIENTS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :34&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;NUMBER OF CERTIFICATES&amp;nbsp;&amp;nbsp;&amp;nbsp; :34&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;CURRENT PRINCIPAL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :$234.34&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;TOTAL ORIGINAL PRINCIPAL&amp;nbsp;&amp;nbsp;:$324444&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;TOTAL ACCRUED INTEREST&amp;nbsp;&amp;nbsp;&amp;nbsp; :$22333.22&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;TOTAL ACUMULATED VALUE&amp;nbsp;&amp;nbsp;&amp;nbsp; :$2322,22&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;TOTAL ACUMULATED VALUE&amp;nbsp;&amp;nbsp;&amp;nbsp; :$3343222&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;I kindly thanks in advance for your help,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;Regards &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;Anton &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 01:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487235#M21464</guid>
      <dc:creator>Inp</dc:creator>
      <dc:date>2018-08-16T01:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Align text in the Line statment in the proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487386#M21465</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; You need to investigate the use of STYLE= overrides in your PROC REPORT code. In looking at your code, it appears you are taking all the defaults for style, fonts, etc. If you use STYLE overrides, you can change the font and the justification. You're already using STYLE overrides for some things, you can change the font_face to Courier New, which should give you a fixed pitch font.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="style_override_report.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22483iFBB5366C0DBEBABF/image-size/large?v=v2&amp;amp;px=999" role="button" title="style_override_report.png" alt="style_override_report.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487386#M21465</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-08-16T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Align text in the Line statment in the proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487528#M21467</link>
      <description>&lt;P&gt;HI Cynthia,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank very much which resolve my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton R&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 17:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-Align-text-in-the-Line-statment-in-the-proc-report/m-p/487528#M21467</guid>
      <dc:creator>Inp</dc:creator>
      <dc:date>2018-08-16T17:36:42Z</dc:date>
    </item>
  </channel>
</rss>

