<?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 allignment in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/481758#M31231</link>
    <description>&lt;P&gt;We tried with &amp;nbsp;&lt;SPAN&gt;ODSTEXT but still the issue is not solved.There is still space /gap in the right side of the content in the pdf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 04:35:09 GMT</pubDate>
    <dc:creator>nr1</dc:creator>
    <dc:date>2018-07-27T04:35:09Z</dc:date>
    <item>
      <title>Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480112#M31147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to right align this content to fit the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Footer3 ;&lt;/P&gt;&lt;P&gt;length col1 $5000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;insert into Footer3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;values ('DISCLAIMER: This computer generated statement contains the particulars of the transaction(s) in the account that have been updated till the time of day end operations of the CBS system of the Bank on the previous working day and the same will not reflect the transaction(s) that have occurred in the acount, if any, subsequent thereto. The Federal Bank Ltd. shall not be liable/responsible for want of full particulars of the transaction(s) at the time of the genration of this statement.')&lt;/P&gt;&lt;P&gt;values ('This is a computer generated statement which need not normally be signed. Contenets of this statement will be considered correct if no error is reported within 21 days of the statement date.')&lt;/P&gt;&lt;P&gt;values ('****END OF STATEMENT****');&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*** Inside ODS PDF ****/&lt;/P&gt;&lt;P&gt;proc report data=Footer3 noheader&lt;/P&gt;&lt;P&gt;style(report)=[OUTPUTWIDTH=100%]&lt;/P&gt;&lt;P&gt;style(column)=[font_size=0.24cm /*borderleftcolor=white borderrightcolor=white &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;bordertopcolor=white borderbottomcolor=white*/];&lt;/P&gt;&lt;P&gt;&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am getting the output like this .Please check the attachment The blank space i have marked in yellow i want those space also be to filled and fit the table size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 04:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480112#M31147</guid>
      <dc:creator>nr1</dc:creator>
      <dc:date>2018-07-21T04:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480119#M31148</link>
      <description>&lt;P&gt;Help would be highly appreciated&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 06:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480119#M31148</guid>
      <dc:creator>nr1</dc:creator>
      <dc:date>2018-07-21T06:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480125#M31149</link>
      <description>&lt;P&gt;should you use "flow"?: &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473627.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473627.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 07:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480125#M31149</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-07-21T07:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480127#M31150</link>
      <description>&lt;P&gt;Can you give an example. As far as i know 'flow' is used to wrap/split the text in the columns. I want it to completely fit within the border, not leave any spaces/gaps within the border.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 07:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480127#M31150</guid>
      <dc:creator>nr1</dc:creator>
      <dc:date>2018-07-21T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480532#M31171</link>
      <description>&lt;P&gt;I am not going to open a ZIP file from an unknown source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to display text without any actual proc report statistics perhaps PROC ODSTEXT is a better fit for the task.&lt;/P&gt;
&lt;PRE&gt;data example;
   x='DISCLAIMER: This computer generated statement contains the particulars of the transaction(s) in the account that have been updated till the time of day end operations of the CBS system of the Bank on the previous working day and the same will not reflect the transaction(s) that have occurred in the acount, if any, subsequent thereto. The Federal Bank Ltd. shall not be liable/responsible for want of full particulars of the transaction(s) at the time of the genration of this statement.';
run;

proc odstext data=example;
 p x/  style=[font_size=0.24cm ];
run;&lt;/PRE&gt;
&lt;P&gt;Note that ODSTEXT does not place table borders by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually you don't even need the data set, you could use&lt;/P&gt;
&lt;P&gt;p ' your long text goes here' / style=[ ];&lt;/P&gt;
&lt;P&gt;but I used the data set incase you actually have multiple "lines" of data to display.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/480532#M31171</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-23T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report allignment</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/481758#M31231</link>
      <description>&lt;P&gt;We tried with &amp;nbsp;&lt;SPAN&gt;ODSTEXT but still the issue is not solved.There is still space /gap in the right side of the content in the pdf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 04:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-report-allignment/m-p/481758#M31231</guid>
      <dc:creator>nr1</dc:creator>
      <dc:date>2018-07-27T04:35:09Z</dc:date>
    </item>
  </channel>
</rss>

