<?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 PRXMATCH to match series of variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369350#M65034</link>
    <description>&lt;P&gt;I created an example of my data that I am using.&amp;nbsp; The difference is that there are over 1000 different variables that are repeated like the example below. My ultimate goal is to collapse the series of variables into one variable. Here it would be collapsed into am_t_p. I need to be able to count the number of variables in each series. There are so many different variables that I can count them individually. Would prxmatch and prxparse work with counting them or is there another way to capture those variables so that I can transpose them? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;id_t&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t1_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t2_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t3_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Wed, 21 Jun 2017 22:02:01 GMT</pubDate>
    <dc:creator>amber_t</dc:creator>
    <dc:date>2017-06-21T22:02:01Z</dc:date>
    <item>
      <title>PRXMATCH to match series of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369350#M65034</link>
      <description>&lt;P&gt;I created an example of my data that I am using.&amp;nbsp; The difference is that there are over 1000 different variables that are repeated like the example below. My ultimate goal is to collapse the series of variables into one variable. Here it would be collapsed into am_t_p. I need to be able to count the number of variables in each series. There are so many different variables that I can count them individually. Would prxmatch and prxparse work with counting them or is there another way to capture those variables so that I can transpose them? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;id_t&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t1_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t2_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;am_t3_p&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 21 Jun 2017 22:02:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369350#M65034</guid>
      <dc:creator>amber_t</dc:creator>
      <dc:date>2017-06-21T22:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: PRXMATCH to match series of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369357#M65035</link>
      <description>&lt;P&gt;Look at the SASHELP.VCOLUMNS data set. It has information on all your variables, formats and types of the data sets.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 22:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369357#M65035</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-21T22:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: PRXMATCH to match series of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369365#M65036</link>
      <description>&lt;P&gt;If you asking if the PRX functions would work on the variable names then the answer is No.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might help to provide a bid more input data, maybe 4 or 5 rows and then what the output for that is supposed to look like as "collapse the seris of variables" has many possible interpretations and a specific example would help.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 23:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PRXMATCH-to-match-series-of-variables/m-p/369365#M65036</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-21T23:08:00Z</dc:date>
    </item>
  </channel>
</rss>

