<?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 transpose /proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-transpose-proc-report/m-p/27967#M4371</link>
    <description>You can't use the IDLABEL statement  without a previous ID statement.</description>
    <pubDate>Thu, 26 Jun 2008 20:04:37 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-06-26T20:04:37Z</dc:date>
    <item>
      <title>proc transpose /proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-transpose-proc-report/m-p/27966#M4370</link>
      <description>When using proc transpose, does the idlabel statement only work if the id statement is used?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
For example (this does work):&lt;BR /&gt;
PROC TRANSPOSE DATA=test_in&lt;BR /&gt;
OUT=test_out&lt;BR /&gt;
BY RecRegion TransMCP;&lt;BR /&gt;
VAR Households;&lt;BR /&gt;
ID effect_date;&lt;BR /&gt;
IDLABEL EFF_DT;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
And this doesn't:&lt;BR /&gt;
PROC TRANSPOSE DATA=test_in&lt;BR /&gt;
OUT=test_out&lt;BR /&gt;
BY RecRegion TransMCP;&lt;BR /&gt;
VAR Households;&lt;BR /&gt;
/* ID effect_date;*/&lt;BR /&gt;
IDLABEL EFF_DT;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
I really want my columns called COL1 COL2 COL3, but want a string of data that is in eff_dt to be the label.  Unless you can tell me how to use proc report column statement without "known" column names.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Lisa</description>
      <pubDate>Thu, 26 Jun 2008 12:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-transpose-proc-report/m-p/27966#M4370</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-26T12:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose /proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-transpose-proc-report/m-p/27967#M4371</link>
      <description>You can't use the IDLABEL statement  without a previous ID statement.</description>
      <pubDate>Thu, 26 Jun 2008 20:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-transpose-proc-report/m-p/27967#M4371</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-26T20:04:37Z</dc:date>
    </item>
  </channel>
</rss>

