<?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: Problem inputting raw data on SAS Server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188301#M265836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your work computer mistake blank delimiter as TAB delimiter , just guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data example;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;infile cards&amp;nbsp; expandtabs ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;input productgroup $ state $ id amount price;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cards;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber&amp;nbsp; NC 17442 21324 66.83&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber&amp;nbsp; NC 17951 353726 19.40&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 03:01:59 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2014-06-08T03:01:59Z</dc:date>
    <item>
      <title>Problem inputting raw data on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188297#M265832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple input statement that I am using to test a program.&amp;nbsp; It works fine in SAS 9.3 and EG 5.1 on my personal machine.&amp;nbsp; However, when I try this on my work computer, which uses EG 6.1 through the SASApp Server, it has issues.&amp;nbsp; The syntax is fine, so I cannot understand what the issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data example;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input productgroup $ state $ id amount price;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;lumber&amp;nbsp; NC 17442 21324 66.83 &lt;/P&gt;&lt;P&gt;lumber&amp;nbsp; NC 17951 353726 19.40 &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated, since this seems to be a simple issue and it's driving me crazy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps.&amp;nbsp; I can "force" it to work with length statements, but I shouldn't have to.&amp;nbsp; Also, not practical since I will sometimes be testing this with larger datasets.\&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 15:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188297#M265832</guid>
      <dc:creator>sasuser8675309</dc:creator>
      <dc:date>2014-06-07T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem inputting raw data on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188298#M265833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can also force it to work by altering the statement to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data example;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; infile cards delimiter=',';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; input productgroup $ state $ id amount price;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cards;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber,NC,17442,21324,66.83&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber,NC,17951,353726,19.40&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;This seems unnecessary, since the original syntax was correct....am I missing something here?&amp;nbsp; I'm losing my mind....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 15:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188298#M265833</guid>
      <dc:creator>sasuser8675309</dc:creator>
      <dc:date>2014-06-07T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem inputting raw data on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188299#M265834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 15:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188299#M265834</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-06-07T15:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem inputting raw data on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188300#M265835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the old "turn it off and turn it back on" trick and now it's working.&amp;nbsp; Maybe the server had stored a stale image of the data set somehow?&amp;nbsp; Either way, thanks for response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 16:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188300#M265835</guid>
      <dc:creator>sasuser8675309</dc:creator>
      <dc:date>2014-06-07T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem inputting raw data on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188301#M265836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your work computer mistake blank delimiter as TAB delimiter , just guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data example;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;infile cards&amp;nbsp; expandtabs ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;input productgroup $ state $ id amount price;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cards;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber&amp;nbsp; NC 17442 21324 66.83&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lumber&amp;nbsp; NC 17951 353726 19.40&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 03:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-inputting-raw-data-on-SAS-Server/m-p/188301#M265836</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-06-08T03:01:59Z</dc:date>
    </item>
  </channel>
</rss>

