<?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: setting column width in proc report while setting ls value in options in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503090#M21880</link>
    <description>&lt;P&gt;First of all,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options ls=75; is not suited for your RTF destination. it is only for LISTING destination.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;also try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;style(column)={cellwidth=1cm}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;style(report)={outputwidth=50%}&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 13:52:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-10-10T13:52:57Z</dc:date>
    <item>
      <title>setting column width in proc report while setting ls value in options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503070#M21878</link>
      <description>&lt;P&gt;I want to use proc report for exporting my table to rtf file.&lt;/P&gt;&lt;P&gt;for example, my table has five columns named _var_&amp;nbsp; para col1 col2 col3.&lt;/P&gt;&lt;P&gt;Before writing the pro report, I set the value of ls as 75 in options, like this: options ls=75;&lt;/P&gt;&lt;P&gt;Here I want to set the width of each column as 15, and the sum of all columns width is equal to ls(75).&lt;/P&gt;&lt;P&gt;I see the answer of @&lt;SPAN&gt;Cynthia_sas to set column width like this: style(column)={width=1.5in}, but this solution could not deal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with my problem. I want to known how to set the column width in my problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503070#M21878</guid>
      <dc:creator>wikich</dc:creator>
      <dc:date>2018-10-10T13:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: setting column width in proc report while setting ls value in options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503090#M21880</link>
      <description>&lt;P&gt;First of all,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options ls=75; is not suited for your RTF destination. it is only for LISTING destination.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;also try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;style(column)={cellwidth=1cm}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;style(report)={outputwidth=50%}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503090#M21880</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-10T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: setting column width in proc report while setting ls value in options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503094#M21881</link>
      <description>&lt;P&gt;if proc report data=mydata ls=75, ls in proc report . is it suited for rtf document?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503094#M21881</guid>
      <dc:creator>wikich</dc:creator>
      <dc:date>2018-10-10T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: setting column width in proc report while setting ls value in options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503095#M21882</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215696"&gt;@wikich&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;if proc report data=mydata ls=75, ls in proc report . is it suited for rtf document?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The very old LINESIZE, or LS, setting is a number of print positions and basically for a line printer and later fixed width font. It does not actually specify a "width" as the size of the font in a file could change the "width" for any given number of characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why does&amp;nbsp;Cynthia's solution "&lt;SPAN&gt;to set column width like this: style(column)={width=1.5in}" not ideal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Describe why in some detail.&amp;nbsp; The units can be specified differently if you do not like to use inches.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503095#M21882</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-10T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: setting column width in proc report while setting ls value in options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503389#M21885</link>
      <description>NO, Linesize or the LS= option is ONLY a LISTING destination option. It is ignored for RTF.&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 11 Oct 2018 12:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/setting-column-width-in-proc-report-while-setting-ls-value-in/m-p/503389#M21885</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-10-11T12:59:25Z</dc:date>
    </item>
  </channel>
</rss>

