<?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 Split columns into multiple proc reports in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Split-columns-into-multiple-proc-reports/m-p/563513#M10892</link>
    <description>&lt;P&gt;I have a question and I hope I can describe this in a way they can be understood.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a final dataset I have say 10 variable columns. I want to use the first column on both proc reports and then variable columns 2 through 4 on the first proc report and then variable columns 5 through 10 on the second proc report.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 13:23:48 GMT</pubDate>
    <dc:creator>chrissowden</dc:creator>
    <dc:date>2019-06-04T13:23:48Z</dc:date>
    <item>
      <title>Split columns into multiple proc reports</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Split-columns-into-multiple-proc-reports/m-p/563513#M10892</link>
      <description>&lt;P&gt;I have a question and I hope I can describe this in a way they can be understood.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a final dataset I have say 10 variable columns. I want to use the first column on both proc reports and then variable columns 2 through 4 on the first proc report and then variable columns 5 through 10 on the second proc report.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 13:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Split-columns-into-multiple-proc-reports/m-p/563513#M10892</guid>
      <dc:creator>chrissowden</dc:creator>
      <dc:date>2019-06-04T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split columns into multiple proc reports</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Split-columns-into-multiple-proc-reports/m-p/563517#M10894</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd;
column name sex age weight height;
define name/display id;
define weight/display page;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Jun 2019 13:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Split-columns-into-multiple-proc-reports/m-p/563517#M10894</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-06-04T13:37:40Z</dc:date>
    </item>
  </channel>
</rss>

