<?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 How to avoid Date Accumulation in Proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321100#M70812</link>
    <description>I have a Date variable in a report summary.&lt;BR /&gt;&lt;BR /&gt;When I use an rbreak or a break statement, the date column gets accumulated as well, which I want to avoid.&lt;BR /&gt;&lt;BR /&gt;What syntax should I follow?&lt;BR /&gt;</description>
    <pubDate>Sun, 25 Dec 2016 20:13:39 GMT</pubDate>
    <dc:creator>Samyak</dc:creator>
    <dc:date>2016-12-25T20:13:39Z</dc:date>
    <item>
      <title>How to avoid Date Accumulation in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321100#M70812</link>
      <description>I have a Date variable in a report summary.&lt;BR /&gt;&lt;BR /&gt;When I use an rbreak or a break statement, the date column gets accumulated as well, which I want to avoid.&lt;BR /&gt;&lt;BR /&gt;What syntax should I follow?&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Dec 2016 20:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321100#M70812</guid>
      <dc:creator>Samyak</dc:creator>
      <dc:date>2016-12-25T20:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Date Accumulation in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321103#M70814</link>
      <description>&lt;P&gt;Please post your proc report code.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 21:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321103#M70814</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-12-25T21:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Date Accumulation in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321132#M70826</link>
      <description>&lt;PRE&gt;

define date/ DISPLAY ;


&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Dec 2016 04:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321132#M70826</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-26T04:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Date Accumulation in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321144#M70835</link>
      <description>Thanks a lot !&lt;BR /&gt;&lt;BR /&gt;Also, there is a variable called comments in my Data which I want to include in my report. The variable is a lengthy one, and when I export my data to a pdf ods, it shows the comments column in a new page and not with my other columns.&lt;BR /&gt;&lt;BR /&gt;However, If I export the report to an html ods, the output looks fine.&lt;BR /&gt;&lt;BR /&gt;How can I make the comments column fit in one page in the pdf, along with other variables ?</description>
      <pubDate>Mon, 26 Dec 2016 06:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321144#M70835</guid>
      <dc:creator>Samyak</dc:creator>
      <dc:date>2016-12-26T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Date Accumulation in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321221#M70885</link>
      <description>&lt;PRE&gt;
You can define a relative short length to that variable.

define comment/style={cellwidth=2cm};


Or you can make your PDF page bigger to hold that variable.

1) options leftmargin=0 rightmargin=0;

2) options papersize=(40cm 100cm);
&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Dec 2016 03:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-avoid-Date-Accumulation-in-Proc-report/m-p/321221#M70885</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-27T03:04:45Z</dc:date>
    </item>
  </channel>
</rss>

