<?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 with import table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306571#M65563</link>
    <description>&lt;P&gt;Any data step ends either by &lt;STRONG&gt;RUN&lt;/STRONG&gt;; or by a new &lt;STRONG&gt;data&amp;nbsp;&lt;/STRONG&gt;step or by &lt;STRONG&gt;PROC&lt;/STRONG&gt;...;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;title "Stock Inventory by Type";&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;data WORK.IMPORT1; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* &amp;lt;&amp;lt;&amp;lt;&amp;lt; this line destroys your import and creates a table with no columns ! */&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; freq data=WORK.IMPORT1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables Sector / nocum;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;title;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Oct 2016 20:18:26 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2016-10-22T20:18:26Z</dc:date>
    <item>
      <title>Problem with import table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306565#M65559</link>
      <description>&lt;P&gt;I have a problem with a sample program as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title "Stock Inventory by Type";&lt;BR /&gt;data WORK.IMPORT1;&lt;BR /&gt;proc freq data=WORK.IMPORT1;&lt;BR /&gt;tables Sector / nocum;&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMPORT1 is a table imported with the "import" function, but when I lunch the program the system output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Impossible open the table "WORK.IMPORT1" because it doesn't contain columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I go to the table I can see the data (6000 rows) but if I go to the "properties" - columns there are not columns displayed. Where is the problem (I'm novice with SAS, I'm using University Edition on Amazon AWS)? I understand is a problem in the importing procedure...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 16:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306565#M65559</guid>
      <dc:creator>GianlucaS</dc:creator>
      <dc:date>2016-10-22T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with import table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306566#M65560</link>
      <description>&lt;P&gt;What do you mean by "go to the table"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run a&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=work.import1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and look at the output.&lt;/P&gt;
&lt;P&gt;And run the import again and post the log (use the {i} icon to preserve formatting).&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 16:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306566#M65560</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-22T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with import table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306567#M65561</link>
      <description>&lt;P&gt;When you ran your import what was in the log&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 17:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306567#M65561</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-22T17:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with import table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306571#M65563</link>
      <description>&lt;P&gt;Any data step ends either by &lt;STRONG&gt;RUN&lt;/STRONG&gt;; or by a new &lt;STRONG&gt;data&amp;nbsp;&lt;/STRONG&gt;step or by &lt;STRONG&gt;PROC&lt;/STRONG&gt;...;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;title "Stock Inventory by Type";&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;data WORK.IMPORT1; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* &amp;lt;&amp;lt;&amp;lt;&amp;lt; this line destroys your import and creates a table with no columns ! */&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; freq data=WORK.IMPORT1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables Sector / nocum;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;title;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 20:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306571#M65563</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-10-22T20:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with import table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306622#M65595</link>
      <description>&lt;P&gt;Good catch, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/88384"&gt;@Shmuel﻿&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2016 06:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-import-table/m-p/306622#M65595</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-23T06:13:15Z</dc:date>
    </item>
  </channel>
</rss>

