<?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 breaks in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521417#M22092</link>
    <description>&lt;P&gt;Sorry, but I don't have the time to type data off a picture. Read my previous post again.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 10:14:08 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-12-14T10:14:08Z</dc:date>
    <item>
      <title>Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521379#M22088</link>
      <description>&lt;P&gt;Please find the screen shot and clarify me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in attachment &lt;STRONG&gt;statistic&lt;/STRONG&gt; column data split into two page for &lt;STRONG&gt;weight&lt;/STRONG&gt; i need all statistic in one page how i can do&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.png" style="width: 335px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25695iC51A45719064583B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture1.png" alt="Capture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 05:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521379#M22088</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2018-12-14T05:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521386#M22089</link>
      <description>&lt;P&gt;Please supply example data and your code. Post example data in a data step with datalines, see my footnotes for advice.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 07:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521386#M22089</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-14T07:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521414#M22090</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Please find my code below i am using proc report to generate rtf file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;report&lt;/STRONG&gt; data= derived.&amp;amp;derive.&amp;nbsp; nowd split='*' headskip headline missing style(column)=[vjust=center ];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;column ORPRM CAT ordst STATS&amp;nbsp;&amp;nbsp; T_DRUG R1_DRUG TOTAL_DRUG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;define ORPRM /noprint order order = internal ;&lt;/P&gt;&lt;P&gt;define CAT / "Variable/*&amp;nbsp; Category " order=data style=[asis=on just=left&amp;nbsp; cellwidth=&lt;STRONG&gt;.8&lt;/STRONG&gt;cm&amp;nbsp; ] left order order ;&lt;/P&gt;&lt;P&gt;define ordst /noprint order&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;define STATS / "Statistics" style=[just=left cellwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;cm ] left ;&lt;/P&gt;&lt;P&gt;define T_DRUG / "T*(N=&amp;amp;NT.)" order=data style=[just=center&amp;nbsp; cellwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;cm&amp;nbsp; ] left order&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;define R1_DRUG / "R1*(N=&amp;amp;NR.)" style=[just=center&amp;nbsp; cellwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;cm ] left ;&lt;/P&gt;&lt;P&gt;define TOTAL_DRUG / "Total*(N=&amp;amp;NTot.)" order=data style=[just=center&amp;nbsp; cellwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;cm&amp;nbsp; ] left order ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute CAT;&lt;/P&gt;&lt;P&gt;if CAT in ("Ethnicity/Race","BMI(kg/m^{super 2})","Age (years)" "Height (cm)" "Weight (kg)") then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call define(_col_, "style", "style=[font_weight=bold]");&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute after ORPRM;&lt;/P&gt;&lt;P&gt;line @&lt;STRONG&gt;1&lt;/STRONG&gt; "";&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute after / style=[borderbottomcolor=black bordertopwidth=&lt;STRONG&gt;2&lt;/STRONG&gt;];&lt;/P&gt;&lt;P&gt;line "";&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521414#M22090</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2018-12-14T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521416#M22091</link>
      <description>&lt;P&gt;Please find the below screen shot and my data in below formate&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureA.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25703i0F0627EAEBECD3DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureA.png" alt="CaptureA.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521416#M22091</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2018-12-14T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521417#M22092</link>
      <description>&lt;P&gt;Sorry, but I don't have the time to type data off a picture. Read my previous post again.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521417#M22092</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-14T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521422#M22093</link>
      <description>&lt;P&gt;Sorry, please find below code for the same&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data ned;&lt;BR /&gt;length parameter $15. stats $10. DrugA $5. DrugB $5. total $5.;&lt;BR /&gt;input parameter stats DrugA DrugB total ;&lt;BR /&gt;datalines;&lt;BR /&gt;Age(years) Maximum 48 42 48&lt;BR /&gt;Age(years) Mean 33.5 28.93 31.29&lt;BR /&gt;Age(years) Median 35 29 32&lt;BR /&gt;Age(years) Minimum 22 21 21&lt;BR /&gt;Age(years) Q1 25.5 23 24&lt;BR /&gt;Age(years) Q3 39 33 36&lt;BR /&gt;Age(years) SD 7.581 5.75 7.039&lt;BR /&gt;Age(years) n 16 15 31&lt;BR /&gt;Height(cm) Maximum 173 173 173&lt;BR /&gt;Height(cm) Mean 166.81 167.4 167.1&lt;BR /&gt;Height(cm) Median 167 167 167&lt;BR /&gt;Height(cm) Minimum 159 161 159&lt;BR /&gt;Height(cm) Q1 164.5 165 165&lt;BR /&gt;Height(cm) Q3 169.5 171 170&lt;BR /&gt;Height(cm) SD 3.371 3.602 3.439&lt;BR /&gt;Height(cm) n 16 15 31&lt;BR /&gt;Weight(kg) Maximum 78 79.5 79.5&lt;BR /&gt;Weight(kg) Mean 68.7 68.07 68.4&lt;BR /&gt;Weight(kg) Median 69.4 68.3 69&lt;BR /&gt;Weight(kg) Minimum 54.1 51.6 51.6&lt;BR /&gt;Weight(kg) Q1 65.53 64 64.75&lt;BR /&gt;Weight(kg) Q3 74.5 72.4 74&lt;BR /&gt;Weight(kg) SD 6.872 6.945 6.799&lt;BR /&gt;Weight(kg) n 16 15 31&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 11:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521422#M22093</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2018-12-14T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521424#M22094</link>
      <description>&lt;P&gt;That is not the dataset you use in the proc report.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 11:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521424#M22094</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-14T11:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521475#M22095</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Even if I read in your data set, and create a file, your data has these variables:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;parameter stats DrugA DrugB total&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and your PROC REPORT code has these variables:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ORPRM CAT ordst STATS&amp;nbsp;&amp;nbsp; T_DRUG R1_DRUG TOTAL_DRUG&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The ONLY variable name that is the same is STATS. How do you get from your original dataset to the DATA=derived.&amp;amp;derive?? How do ORPRM CAT ORDST T_DRUG R1_DRUG and TOTAL_DRUG get created????&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You don't show how to generate the data you're using with PROC REPORT....therefore, no one can run your code unless they guess what you're doing to get from the initial data you posted to the PROC REPORT data you show.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Also, you say you want ODS RTF, but you don't show any ODS RTF statements. No one can see your options. And, you use options like HEADLINE and HEADSKIP that are LISTING only options which will be ignored by RTF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In order to help us help you, you need to either post ALL your code or if you can't post ALL your code, then you should open a track with Tech Support and work this with them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/521475#M22095</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-12-14T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report breaks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/553160#M22656</link>
      <description>Thank you</description>
      <pubDate>Tue, 23 Apr 2019 10:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-breaks/m-p/553160#M22656</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2019-04-23T10:14:35Z</dc:date>
    </item>
  </channel>
</rss>

