<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352463#M64007</link>
    <description>&lt;P&gt;7702 options nodate pageno=1 ps=60 ls=72;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7703 proc report data=final_test nowd;&lt;BR /&gt;7704 title "Summary of Adverse Events Related to Investigational&lt;BR /&gt;7704! Product";&lt;BR /&gt;7705 columns systemorganclasspreferredterm active placebo;&lt;BR /&gt;7706 define systemorganclasspreferredterm / display ;&lt;BR /&gt;7707 define active / display ;&lt;BR /&gt;7708 define placebo / display ;&lt;BR /&gt;7709 run;&lt;/P&gt;&lt;P&gt;ERROR: The width of active is not between 1 and 72. Adjust the column&lt;BR /&gt;width or line size.&lt;BR /&gt;NOTE: This affects LISTING output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 22 observations read from the data set WORK.FINAL_TEST.&lt;BR /&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2017 18:33:19 GMT</pubDate>
    <dc:creator>molla</dc:creator>
    <dc:date>2017-04-22T18:33:19Z</dc:date>
    <item>
      <title>PROC Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352458#M64005</link>
      <description>&lt;P&gt;Hii I am trying to use proc report &amp;nbsp;for displaying report,am a beginner to use proc &amp;nbsp;report,pls &amp;nbsp;help ,e regarding the error which I got..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate pageno=1 ps=60 ls=72;
proc report data=final_test nowd;
title "Summary of Adverse Events Related to Investigational Product";
columns systemorganclasspreferredterm active placebo;
define systemorganclasspreferredterm / display ;
define active / display ;
define placebo / display ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: The width of active is not between 1 and 72. Adjust the column&lt;BR /&gt;width or line size.&lt;BR /&gt;NOTE: This affects LISTING output.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 22 observations read from the data set WORK.FINAL_TEST.&lt;BR /&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352458#M64005</guid>
      <dc:creator>molla</dc:creator>
      <dc:date>2017-04-22T18:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352461#M64006</link>
      <description>&lt;P&gt;Post your full log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually the width error does not cause PROC REPORT to error out and not complete, so I suspect you have another error. Or do you only have ODS LISTING turned on? Is ODS HTML also on?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352461#M64006</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T18:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352463#M64007</link>
      <description>&lt;P&gt;7702 options nodate pageno=1 ps=60 ls=72;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7703 proc report data=final_test nowd;&lt;BR /&gt;7704 title "Summary of Adverse Events Related to Investigational&lt;BR /&gt;7704! Product";&lt;BR /&gt;7705 columns systemorganclasspreferredterm active placebo;&lt;BR /&gt;7706 define systemorganclasspreferredterm / display ;&lt;BR /&gt;7707 define active / display ;&lt;BR /&gt;7708 define placebo / display ;&lt;BR /&gt;7709 run;&lt;/P&gt;&lt;P&gt;ERROR: The width of active is not between 1 and 72. Adjust the column&lt;BR /&gt;width or line size.&lt;BR /&gt;NOTE: This affects LISTING output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 22 observations read from the data set WORK.FINAL_TEST.&lt;BR /&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:33:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352463#M64007</guid>
      <dc:creator>molla</dc:creator>
      <dc:date>2017-04-22T18:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352465#M64008</link>
      <description>&lt;P&gt;What's the length/format of the variable ACTIVE?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:34:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352465#M64008</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T18:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352499#M64012</link>
      <description>&lt;P&gt;You caused the problem with LS=72 in the OPTIONS statement. One thing you can do is increase the LS= option.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;options ls=150;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;options ls=256;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can simply turn the LISTING destination OFF:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ODS LISTING CLOSE;&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;before your PROC REPORT and/or make sure that ODS HTML is turned on.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;ODS HTML;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt; &lt;BR /&gt;The error message also tells you the fix . Look at the first ERROR under line 7709, where it says&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;"ERROR: The width of active is not between 1 and 72. &lt;U&gt;&lt;FONT color="#FF0000"&gt;Adjust the column width or line size.&lt;/FONT&gt;&lt;/U&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 21:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-Report/m-p/352499#M64012</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-22T21:22:20Z</dc:date>
    </item>
  </channel>
</rss>

