<?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 SAS character to numeric in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630123#M186492</link>
    <description>&lt;P&gt;I have an id variable in one study that is numeric&lt;/P&gt;&lt;P&gt;and a study_id variable in another study that is a character.&lt;/P&gt;&lt;P&gt;How do I harmonize these so that study_id=id as well as change them from character to numeric.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 16:02:09 GMT</pubDate>
    <dc:creator>mariamon0</dc:creator>
    <dc:date>2020-03-06T16:02:09Z</dc:date>
    <item>
      <title>SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630123#M186492</link>
      <description>&lt;P&gt;I have an id variable in one study that is numeric&lt;/P&gt;&lt;P&gt;and a study_id variable in another study that is a character.&lt;/P&gt;&lt;P&gt;How do I harmonize these so that study_id=id as well as change them from character to numeric.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630123#M186492</guid>
      <dc:creator>mariamon0</dc:creator>
      <dc:date>2020-03-06T16:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630126#M186493</link>
      <description>&lt;P&gt;ID variables are not used for calculations, so store them as character.&lt;/P&gt;
&lt;P&gt;Please supply examples for your character ID data, then we can show you how to convert the numbers to that.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630126#M186493</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-06T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630127#M186494</link>
      <description>&lt;P&gt;the id= 23434 just a number&lt;/P&gt;&lt;P&gt;the pid= 23423 is also just a number&lt;/P&gt;&lt;P&gt;study_id is BOM234 letters and numbers&lt;/P&gt;&lt;P&gt;I am trying to sort by just study_id&lt;/P&gt;&lt;P&gt;I want id and pid to be be renamed as study_id&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630127#M186494</guid>
      <dc:creator>mariamon0</dc:creator>
      <dc:date>2020-03-06T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630132#M186497</link>
      <description>&lt;P&gt;So the first three digits of an ID correspond to the last three digits of the study_id?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630132#M186497</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-06T16:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630134#M186499</link>
      <description>&lt;P&gt;&amp;nbsp;ID belongs to study 1&lt;/P&gt;&lt;P&gt;pid belongs to study 2&lt;/P&gt;&lt;P&gt;and study_id belongs to study 3&lt;/P&gt;&lt;P&gt;I am trying to combine information from all three studies.&lt;/P&gt;&lt;P&gt;but want one variable called study id to know who all the participants are&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630134#M186499</guid>
      <dc:creator>mariamon0</dc:creator>
      <dc:date>2020-03-06T16:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS character to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630137#M186502</link>
      <description>&lt;P&gt;Is it important to know if a single person took part in more than one study? If yes, how can you correlate the entries?&lt;/P&gt;
&lt;P&gt;If no, just format your purely numeric IDs (&lt;STRONG&gt;if&lt;/STRONG&gt;&amp;nbsp;they are actually stored in numeric variables in SAS) with z6. (to get an even length).&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-character-to-numeric/m-p/630137#M186502</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-06T16:24:21Z</dc:date>
    </item>
  </channel>
</rss>

