<?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 linesize in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243903#M15077</link>
    <description>&lt;P&gt;It can be the default setting. Give it a try and if it doesn't work post the log.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2016 20:17:53 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-01-15T20:17:53Z</dc:date>
    <item>
      <title>Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243806#M15071</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already used LS=200 and also used 'flow' in the proc report, but sitll got the error 'at least one column width is wider than line size'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions how I can fix the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 15:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243806#M15071</guid>
      <dc:creator>sling</dc:creator>
      <dc:date>2016-01-15T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243810#M15072</link>
      <description>&lt;P&gt;What ODS destination are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not using, you can turn off that destination as it usually causes the warning.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 15:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243810#M15072</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-15T15:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243821#M15073</link>
      <description>&lt;P&gt;Thanks for your reply Reeza!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used a physical folder as ODS destination. I need output an RTF file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 16:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243821#M15073</guid>
      <dc:creator>sling</dc:creator>
      <dc:date>2016-01-15T16:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243829#M15074</link>
      <description>&lt;P&gt;ODS RTF doen't really use line size. You may want to set either orientation or papersize.&lt;/P&gt;
&lt;P&gt;Also choice of ODS style and the font size used by that style&amp;nbsp;determines printable line lengths and column breaks in tables.&lt;/P&gt;
&lt;P&gt;Pick a style with smaller fonts, or you can override style just for the proc report output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 16:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243829#M15074</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-15T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243875#M15075</link>
      <description>&lt;P&gt;If you haven't turned of ODS LISTING then the warning pertains to that destination, not your RTF file.&lt;/P&gt;
&lt;P&gt;Close the ODS LISTING destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*rest of code;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing; *open again;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 18:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243875#M15075</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-15T18:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243892#M15076</link>
      <description>&lt;P&gt;I did not use ODS Listing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my code. Is there anything wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Options NoDate NoNumber Orientation = Portrait ;&lt;BR /&gt;ODS RTF File = "&amp;amp;output.\&amp;amp;pgmn._&amp;amp;rtfn..rtf" ;&lt;BR /&gt;ODS escapechar = "^" ;&lt;BR /&gt;&lt;BR /&gt;Proc Report Data = all&amp;amp;cutoff Spacing = 2 Split = "*" HeadLine HeadSkip Wrap NoWd&lt;BR /&gt;style(report) = [ outputwidth=100%]&lt;BR /&gt;style(header)={background=none};&lt;BR /&gt;&lt;BR /&gt;Column PTNAME2 ("All Available Follow-Up" evtnum ptnum col1 dev_rel proc_rel) ;&lt;BR /&gt;&lt;BR /&gt;Define PTNAME2 / STYLE = {CELLWIDTH = 1.0in JUST = LEFT} " Event" flow ;&lt;BR /&gt;Define evtnum / STYLE = {CELLWIDTH = 0.3in JUST = CENTER} "Number of events" flow ;&lt;BR /&gt;Define ptnum / STYLE = {CELLWIDTH = 0.3in JUST = CENTER} "Number of subjects" flow ;&lt;BR /&gt;Define col1 / STYLE = {CELLWIDTH = 0.5in JUST = CENTER} "Percent of subjects" flow ;&lt;BR /&gt;Define dev_rel / STYLE = {CELLWIDTH = 0.6in JUST = CENTER} "Device related" flow ;&lt;BR /&gt;Define proc_rel / STYLE = {CELLWIDTH = 0.6in JUST = CENTER} "Procedure related" flow ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;ODS RTF Close;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 19:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243892#M15076</guid>
      <dc:creator>sling</dc:creator>
      <dc:date>2016-01-15T19:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243903#M15077</link>
      <description>&lt;P&gt;It can be the default setting. Give it a try and if it doesn't work post the log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243903#M15077</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-15T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243923#M15079</link>
      <description>The line that reads&lt;BR /&gt;ODS RTF File = "&amp;amp;output.\&amp;amp;pgmn._&amp;amp;rtfn..rtf" ;&lt;BR /&gt;includes your ODS destination: RTF.</description>
      <pubDate>Fri, 15 Jan 2016 21:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/243923#M15079</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-15T21:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/957550#M26807</link>
      <description>&lt;P&gt;Many thank&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 09:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/957550#M26807</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2025-01-29T09:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report linesize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/957551#M26808</link>
      <description>&lt;P&gt;Many many thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 09:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-linesize/m-p/957551#M26808</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2025-01-29T09:02:17Z</dc:date>
    </item>
  </channel>
</rss>

