<?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: split data in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/755965#M238604</link>
    <description>&lt;P&gt;To which output destination? Some approaches may differ depending on whether you expect html, PDF, RTF or plain text files to be generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will get better responses to questions if you provide some example data in the form of data step code and your current Proc report code.&lt;/P&gt;
&lt;P&gt;Some "solutions" may only work if your variable is using a specific role in Proc Report in relation to other variables so we need to know more about the entire process.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 14:53:15 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-07-22T14:53:15Z</dc:date>
    <item>
      <title>split data in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/755963#M238603</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How should I split the data by using proc report.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Column name has John Clark David John&amp;nbsp;Clark and David.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;Name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;John Clark David John&amp;nbsp;Clark David&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Required output is&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;Name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;Clark&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;Clark&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 22 Jul 2021 14:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/755963#M238603</guid>
      <dc:creator>pdhokriya</dc:creator>
      <dc:date>2021-07-22T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: split data in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/755965#M238604</link>
      <description>&lt;P&gt;To which output destination? Some approaches may differ depending on whether you expect html, PDF, RTF or plain text files to be generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will get better responses to questions if you provide some example data in the form of data step code and your current Proc report code.&lt;/P&gt;
&lt;P&gt;Some "solutions" may only work if your variable is using a specific role in Proc Report in relation to other variables so we need to know more about the entire process.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 14:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/755965#M238604</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-22T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: split data in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/756002#M238623</link>
      <description>The destination should be RTF.&lt;BR /&gt;&lt;BR /&gt;data have ;&lt;BR /&gt;name = "John Clark David John Clark David";output;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc report data=have;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 22 Jul 2021 17:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/split-data-in-proc-report/m-p/756002#M238623</guid>
      <dc:creator>pdhokriya</dc:creator>
      <dc:date>2021-07-22T17:54:10Z</dc:date>
    </item>
  </channel>
</rss>

