<?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 Imported a table into SAS Enterprise, getting _0000 at the end of table name. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749167#M235356</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I imported a dataset into SAS with SAS import wizard, I created a libname for that table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name of the table was BBB_2020 in my local. But SAS gave _0000 to the end of the table name when I wanted to use the table name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even I can see the data set name is: BBB_2020; SAS doesn't allow me to use the data set by that name. I saw somewhere in SAS in code window, the name of table is: BBB_2020_0000. I used dataset by that name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the reason that SAS has added _0000 as suffix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respectfully,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blue Blue&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jun 2021 21:58:36 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2021-06-20T21:58:36Z</dc:date>
    <item>
      <title>Imported a table into SAS Enterprise, getting _0000 at the end of table name.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749167#M235356</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I imported a dataset into SAS with SAS import wizard, I created a libname for that table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name of the table was BBB_2020 in my local. But SAS gave _0000 to the end of the table name when I wanted to use the table name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even I can see the data set name is: BBB_2020; SAS doesn't allow me to use the data set by that name. I saw somewhere in SAS in code window, the name of table is: BBB_2020_0000. I used dataset by that name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the reason that SAS has added _0000 as suffix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respectfully,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blue Blue&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 21:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749167#M235356</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-06-20T21:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Imported a table into SAS Enterprise, getting _0000 at the end of table name.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749168#M235357</link>
      <description>&lt;P&gt;Show us the log report where the code is please.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 22:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749168#M235357</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-20T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Imported a table into SAS Enterprise, getting _0000 at the end of table name.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749170#M235359</link>
      <description>&lt;P&gt;I've seen this type of behaviour when the dataset you are trying to import to already exists. The suffix is added to avoid overwriting the original dataset. Are you writing this dataset to a permanent SAS library? If so that could explain what is going on. As a test, close EG, reopen it and import to the SAS WORK library just once. The name of the imported dataset should be as you have specified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 22:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749170#M235359</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-20T22:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Imported a table into SAS Enterprise, getting _0000 at the end of table name.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749311#M235433</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I am writing to SAS permanent library.&lt;BR /&gt;I have opened it at least so many times and closed it.&lt;BR /&gt;Regards,&lt;BR /&gt;Blue Blue&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 16:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Imported-a-table-into-SAS-Enterprise-getting-0000-at-the-end-of/m-p/749311#M235433</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-06-21T16:31:45Z</dc:date>
    </item>
  </channel>
</rss>

