<?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 do I turn a name into last,first from 2 variables of firstnm lastnm? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/704951#M26219</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;if youre looking to make a new variable, say you name it "name" you would do&lt;BR /&gt;&lt;BR /&gt;name= CATX (',', LastNm, FirstNm);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if you wanted to get rid of those other two variables you would just drop them!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;drop LastNm FirstNm;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 05:52:27 GMT</pubDate>
    <dc:creator>blakeellis18</dc:creator>
    <dc:date>2020-12-10T05:52:27Z</dc:date>
    <item>
      <title>How do I turn a name into last,first from 2 variables of firstnm lastnm?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/704950#M26218</link>
      <description>Hi How do I turn a name into last,first from 2 variables of firstnm lastnm?</description>
      <pubDate>Thu, 10 Dec 2020 05:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/704950#M26218</guid>
      <dc:creator>ewharry99</dc:creator>
      <dc:date>2020-12-10T05:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn a name into last,first from 2 variables of firstnm lastnm?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/704951#M26219</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;if youre looking to make a new variable, say you name it "name" you would do&lt;BR /&gt;&lt;BR /&gt;name= CATX (',', LastNm, FirstNm);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if you wanted to get rid of those other two variables you would just drop them!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;drop LastNm FirstNm;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 05:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/704951#M26219</guid>
      <dc:creator>blakeellis18</dc:creator>
      <dc:date>2020-12-10T05:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn a name into last,first from 2 variables of firstnm lastnm?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/705469#M26252</link>
      <description>&lt;P&gt;Another option could be Cat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token step keyword"&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Want&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token keyword"&gt;set&amp;nbsp;&lt;/SPAN&gt;Have;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="xisDoc-codeFocus"&gt;FullName&amp;nbsp;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function keyword"&gt;cat&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;Lastnm, Firstnm&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token step keyword"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token punctuation"&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=basess&amp;amp;docsetTarget=p1ka2ln1wb9voin0zloocxzyrwvk.htm&amp;amp;locale=en#p0wqixdb5m1ugdn1dpdaepqpqreb"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=basess&amp;amp;docsetTarget=p1ka2ln1wb9voin0zloocxzyrwvk.htm&amp;amp;locale=en#p0wqixdb5m1ugdn1dpdaepqpqreb&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token punctuation"&gt;Or Google: "Creating New Character Values in SAS Documentation"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 00:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/705469#M26252</guid>
      <dc:creator>Deanna_Payne</dc:creator>
      <dc:date>2020-12-13T00:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn a name into last,first from 2 variables of firstnm lastnm?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/706211#M26333</link>
      <description>&lt;P&gt;You could do this:&lt;/P&gt;&lt;PRE&gt;DATA new;
SET old;
FullName = LastNm || ',' || FirstNm;
RUN;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2020 05:09:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-turn-a-name-into-last-first-from-2-variables-of-firstnm/m-p/706211#M26333</guid>
      <dc:creator>sdevenny</dc:creator>
      <dc:date>2020-12-16T05:09:25Z</dc:date>
    </item>
  </channel>
</rss>

