<?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: Input error? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462132#M70390</link>
    <description>&lt;P&gt;What is length of your existing variable?&lt;/P&gt;
&lt;P&gt;How is it justified?&lt;/P&gt;
&lt;P&gt;Are the values in the form mm/dd/yyyy (or mm-dd-yyyy - something that is actually 10 characters ?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get any messages in the log about "invalid data for function input at line xx? If so show them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 May 2018 16:59:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-05-14T16:59:13Z</dc:date>
    <item>
      <title>Input error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462112#M70387</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found the code didn't work when I tried to convert character to numeric.&amp;nbsp;&amp;nbsp; All of the Date column&amp;nbsp;"Concep" and "Bdate"&amp;nbsp;become missing value ".", please advice how to fix it.&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
	set test (rename=(concep=_concep bdate=_bdate));
		concep=input(_concep, MMDDYY10.);
		bdate=input(_bdate,MMDDYY10.);
	format concep bdate MMDDYY10. ;
	drop _concep _bdate;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 May 2018 16:09:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462112#M70387</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-05-14T16:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Input error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462119#M70388</link>
      <description>&lt;P&gt;Surely you know by now that we are only psychic on the weekends.&amp;nbsp; We lose our psychic superpowers on Monday.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you were to give us some examples of what your incoming variables contain, many of us could give you a valid answer.&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 16:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462119#M70388</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-05-14T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Input error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462122#M70389</link>
      <description>&lt;P&gt;Example data.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did I say "example data" already?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Oh, and before I forget: example data!&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&gt;After close to 400 posts here, that should be a total given. Really.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 16:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462122#M70389</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-14T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462132#M70390</link>
      <description>&lt;P&gt;What is length of your existing variable?&lt;/P&gt;
&lt;P&gt;How is it justified?&lt;/P&gt;
&lt;P&gt;Are the values in the form mm/dd/yyyy (or mm-dd-yyyy - something that is actually 10 characters ?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get any messages in the log about "invalid data for function input at line xx? If so show them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 16:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/462132#M70390</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-14T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/463023#M70431</link>
      <description>&lt;P&gt;Thanks for all of suggestion, I realized I put the wrong format.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 14:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-error/m-p/463023#M70431</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-05-17T14:53:02Z</dc:date>
    </item>
  </channel>
</rss>

