<?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 Question in proc transpose in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906523#M44032</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope everything is alright.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about proc transpose. Is there any way to use my prefix in idlabel?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a variable (which i'm using as idlabel) called "sin_date". This variable is a sequence of YYYYMM (202201, 202202, 202203 ...) and I want use a prefix, like "DT_".&lt;/P&gt;&lt;P&gt;When I transpose my numbers, in this moment, my idlabels are 202201, 202202, 202203... and I want that be DT_202201, DT_202202 ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks all!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 16:57:37 GMT</pubDate>
    <dc:creator>GDumont</dc:creator>
    <dc:date>2023-12-06T16:57:37Z</dc:date>
    <item>
      <title>Question in proc transpose</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906523#M44032</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope everything is alright.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about proc transpose. Is there any way to use my prefix in idlabel?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a variable (which i'm using as idlabel) called "sin_date". This variable is a sequence of YYYYMM (202201, 202202, 202203 ...) and I want use a prefix, like "DT_".&lt;/P&gt;&lt;P&gt;When I transpose my numbers, in this moment, my idlabels are 202201, 202202, 202203... and I want that be DT_202201, DT_202202 ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks all!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 16:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906523#M44032</guid>
      <dc:creator>GDumont</dc:creator>
      <dc:date>2023-12-06T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question in proc transpose</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906530#M44033</link>
      <description>&lt;P&gt;You cannot do it for LABELS.&amp;nbsp; &amp;nbsp;You will need to modify the data first and use the new variable in the IDLABEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could do it for NAMES.&amp;nbsp; But that uses the ID statement not the IDLABEL statement.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 17:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906530#M44033</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-06T17:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question in proc transpose</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906547#M44034</link>
      <description>&lt;P&gt;Ok! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks, Tom!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 17:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906547#M44034</guid>
      <dc:creator>GDumont</dc:creator>
      <dc:date>2023-12-06T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question in proc transpose</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906554#M44035</link>
      <description>&lt;P&gt;A generic comment: what I see seems to imply that you are placing date information into labels and possibly variable names. That sort of wide data set can become quite cumbersome to work with for many tasks as the first step is often something to recover the date information for other uses such as interval calculations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this data set is made for only the purpose of printing then perhaps one of Proc Report or Tabulate would be in order instead of creating a data set.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 18:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-in-proc-transpose/m-p/906554#M44035</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-06T18:20:50Z</dc:date>
    </item>
  </channel>
</rss>

