<?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 how to extract num and char record to the another dataset in sas.?? in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377759#M2592</link>
    <description>&lt;P&gt;i have dataset named one and it has many observation and i want to extract num variables into dataset named Number and char variables in Character dataset how to do this please help me out...!!!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2017 13:41:51 GMT</pubDate>
    <dc:creator>Sharad_Pujari</dc:creator>
    <dc:date>2017-07-20T13:41:51Z</dc:date>
    <item>
      <title>how to extract num and char record to the another dataset in sas.??</title>
      <link>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377759#M2592</link>
      <description>&lt;P&gt;i have dataset named one and it has many observation and i want to extract num variables into dataset named Number and char variables in Character dataset how to do this please help me out...!!!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377759#M2592</guid>
      <dc:creator>Sharad_Pujari</dc:creator>
      <dc:date>2017-07-20T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract num and char record to the another dataset in sas.??</title>
      <link>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377766#M2593</link>
      <description>&lt;P&gt;Doing what you ask is easy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data just_nums (keep=_numeric_) just_chars (keep=_character_);&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you have to realize that this is less than useless.&amp;nbsp; It is destructive.&amp;nbsp; Once you have separated them, and there are no common variables in the two data sets, how will you ever put them back together again?&amp;nbsp; There is no SAS-based reason to do this.&amp;nbsp; Perhaps there is an academic reason?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377766#M2593</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-07-20T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract num and char record to the another dataset in sas.??</title>
      <link>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377767#M2594</link>
      <description>&lt;P&gt;When you posted your question, you were shown this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stop right there!&lt;/STRONG&gt; Before pressing POST, tick off this checklist. Does your post …&lt;/P&gt;
&lt;TABLE align="left" border="1" cellpadding="5" cellspacing="5" width="75%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;✔ Have a descriptive subject line, i.e., How do I ‘XYZ’?&lt;/TD&gt;
&lt;TD&gt;✔ Use simple language and provide context? Definitely mention what version you’re on.&lt;/TD&gt;
&lt;TD&gt;✔ Include code and example data? Consider using the &lt;A href="https://communities.sas.com/t5/Community-Memo/Getting-the-Most-from-Your-Post-SAS-Syntax-Highlighter/ba-p/230172" target="_blank"&gt;SAS Syntax feature&lt;/A&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use simple language. Try to use correct spelling, as many of the non-native-English speakers here will have trouble deciphering Pidgin. This includes proper use of punctuation marks and capitals where necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Include the code you already have, and most important, example data. Use the macro provided in&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_self"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to convert your dataset into a data step that can be posted in a code window (6th ({i}) and 7th ("little running man") icons above the main posting window). Also provide the expected result of the intended action.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/how-to-extract-num-and-char-record-to-the-another-dataset-in-sas/m-p/377767#M2594</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-20T13:49:19Z</dc:date>
    </item>
  </channel>
</rss>

