<?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: separating character and numeric obs. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/separating-character-and-numeric-obs/m-p/64542#M18321</link>
    <description>data two;&lt;BR /&gt;
  set test;&lt;BR /&gt;
  char = compress(name,,'d');;&lt;BR /&gt;
  num = compress(name,,'dk');;&lt;BR /&gt;
run;</description>
    <pubDate>Fri, 14 Aug 2009 09:41:13 GMT</pubDate>
    <dc:creator>GertNissen</dc:creator>
    <dc:date>2009-08-14T09:41:13Z</dc:date>
    <item>
      <title>separating character and numeric obs.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/separating-character-and-numeric-obs/m-p/64541#M18320</link>
      <description>data test;&lt;BR /&gt;
input name$;&lt;BR /&gt;
cards;&lt;BR /&gt;
test1895tested&lt;BR /&gt;
gen256general&lt;BR /&gt;
main416516556tened&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
now i wnat to move the charater and numeric variables in ot two variables&lt;BR /&gt;
&lt;BR /&gt;
output&lt;BR /&gt;
char          num&lt;BR /&gt;
testtested 1895&lt;BR /&gt;
gengenereal 256&lt;BR /&gt;
maintened  416516556</description>
      <pubDate>Fri, 14 Aug 2009 06:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/separating-character-and-numeric-obs/m-p/64541#M18320</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-14T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: separating character and numeric obs.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/separating-character-and-numeric-obs/m-p/64542#M18321</link>
      <description>data two;&lt;BR /&gt;
  set test;&lt;BR /&gt;
  char = compress(name,,'d');;&lt;BR /&gt;
  num = compress(name,,'dk');;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 14 Aug 2009 09:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/separating-character-and-numeric-obs/m-p/64542#M18321</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-08-14T09:41:13Z</dc:date>
    </item>
  </channel>
</rss>

