<?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 want to join rahul and yadav in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743542#M232820</link>
    <description>&lt;P&gt;data have;&lt;/P&gt;
&lt;P&gt;input name $;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;rahul&lt;/P&gt;
&lt;P&gt;yadav&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;input name $;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;rahul yadav&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 12:51:07 GMT</pubDate>
    <dc:creator>aanan1417</dc:creator>
    <dc:date>2021-05-25T12:51:07Z</dc:date>
    <item>
      <title>want to join rahul and yadav</title>
      <link>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743542#M232820</link>
      <description>&lt;P&gt;data have;&lt;/P&gt;
&lt;P&gt;input name $;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;rahul&lt;/P&gt;
&lt;P&gt;yadav&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;input name $;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;rahul yadav&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 12:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743542#M232820</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-05-25T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: want to join rahul and yadav</title>
      <link>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743543#M232821</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input name $;
datalines;
rahul
yadav
;

data want;
 set have end=last;
 length want $ 200;
 retain want;
 want=catx(' ',want,name);
 if last;
 drop name;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 May 2021 13:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743543#M232821</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-05-25T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: want to join rahul and yadav</title>
      <link>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743544#M232822</link>
      <description>&lt;P&gt;Thanks a ton&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 13:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/want-to-join-rahul-and-yadav/m-p/743544#M232822</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-05-25T13:08:46Z</dc:date>
    </item>
  </channel>
</rss>

