<?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 Create list of variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-list-of-variables/m-p/330436#M74132</link>
    <description>&lt;P&gt;How will create all Variables in one row. .. Like&lt;BR /&gt;Site |subjid |race |sex |Date_d |start_date | end_date|.&lt;BR /&gt;So i need to create like&lt;BR /&gt;Site/subjid/race/sex/site |Date_d |start_date | end_date|.&lt;BR /&gt;How???&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2017 11:11:20 GMT</pubDate>
    <dc:creator>JEET6</dc:creator>
    <dc:date>2017-02-07T11:11:20Z</dc:date>
    <item>
      <title>Create list of variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-list-of-variables/m-p/330436#M74132</link>
      <description>&lt;P&gt;How will create all Variables in one row. .. Like&lt;BR /&gt;Site |subjid |race |sex |Date_d |start_date | end_date|.&lt;BR /&gt;So i need to create like&lt;BR /&gt;Site/subjid/race/sex/site |Date_d |start_date | end_date|.&lt;BR /&gt;How???&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 11:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-list-of-variables/m-p/330436#M74132</guid>
      <dc:creator>JEET6</dc:creator>
      <dc:date>2017-02-07T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create list of variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-list-of-variables/m-p/330441#M74133</link>
      <description>&lt;P&gt;Show some example test data (in the form of a datastep) and what it should create, your post is unclear. &amp;nbsp;You can concatenate strings using functions like cats, catt, or in this case:&lt;/P&gt;
&lt;P&gt;result=catx('|',catx('/',v1,v2,v3,v4,v5,v6,v7);&lt;/P&gt;
&lt;P&gt;If v1 refers to site, v2 to subjid etc.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 08:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-list-of-variables/m-p/330441#M74133</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-02-08T08:34:54Z</dc:date>
    </item>
  </channel>
</rss>

