<?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: How to transpose various fields into rows in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930305#M366013</link>
    <description>&lt;P&gt;Most of us will not download Microsoft Office documents as they can be a security threat. Better you should provide data as text in your message, following these &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;instructions and examples&lt;/A&gt;. This should not be something we have to request repeatedly, &lt;A href="https://communities.sas.com/t5/SAS-Programming/How-do-I-output-dates-that-are-not-in-chronological-order/m-p/867702" target="_self"&gt;you have been asked&lt;/A&gt; for data in the proper form before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, perhaps the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/n1xno5xgs39b70n0zydov0owajj8.htm" target="_self"&gt;PROC TRANSPOSE documentation and examples&lt;/A&gt; will be helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 17:30:36 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-05-30T17:30:36Z</dc:date>
    <item>
      <title>How to transpose various fields into rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930304#M366012</link>
      <description>I have attached the document below according to which I'm looking to transpose the dataset, please help as this is quite urgent and I've been struggling with it for quite some time.</description>
      <pubDate>Thu, 30 May 2024 17:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930304#M366012</guid>
      <dc:creator>vidya3</dc:creator>
      <dc:date>2024-05-30T17:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose various fields into rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930305#M366013</link>
      <description>&lt;P&gt;Most of us will not download Microsoft Office documents as they can be a security threat. Better you should provide data as text in your message, following these &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;instructions and examples&lt;/A&gt;. This should not be something we have to request repeatedly, &lt;A href="https://communities.sas.com/t5/SAS-Programming/How-do-I-output-dates-that-are-not-in-chronological-order/m-p/867702" target="_self"&gt;you have been asked&lt;/A&gt; for data in the proper form before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, perhaps the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/n1xno5xgs39b70n0zydov0owajj8.htm" target="_self"&gt;PROC TRANSPOSE documentation and examples&lt;/A&gt; will be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930305#M366013</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-30T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose various fields into rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930310#M366014</link>
      <description>Can you post the code you tried and your data as a data step instead of Excel?&lt;BR /&gt;&lt;BR /&gt;You will need to follow the approach here (Example 3) to transpose multiple variables at once.</description>
      <pubDate>Thu, 30 May 2024 17:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930310#M366014</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2024-05-30T17:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose various fields into rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930311#M366015</link>
      <description>&lt;P&gt;You need to very clearly show what your current data set looks like.&lt;/P&gt;
&lt;P&gt;Then show and describe the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am afraid that a single sheet from a spreadsheet doesn't tell us much about what you have and which the result.&lt;/P&gt;
&lt;P&gt;Plus we can't tell SAS variable types or variable names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And anytime reshaping comes up, it often is helpful to answer are your sure you need a data set? Often reports are easier to create than data sets.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930311#M366015</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-05-30T17:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose various fields into rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930314#M366016</link>
      <description>Dataset I have:&lt;BR /&gt;Value1 value2 date1 date2 range1 range2&lt;BR /&gt;1.2 2.3 1/1/24 3/2/24 xyz abc&lt;BR /&gt;&lt;BR /&gt;Dataset I want:&lt;BR /&gt;Name label value date range&lt;BR /&gt;Value1 *** 1.2 1/1/24 xyz&lt;BR /&gt;Value1 *** 2.3 3/2/24 abc&lt;BR /&gt;&lt;BR /&gt;I want the respective label of that field to fetch under label field, please help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2024 17:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-transpose-various-fields-into-rows/m-p/930314#M366016</guid>
      <dc:creator>vidya3</dc:creator>
      <dc:date>2024-05-30T17:49:52Z</dc:date>
    </item>
  </channel>
</rss>

