<?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: ERROR 307-185: The data set name cannot have more than 32 bytes. Solution? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744566#M233270</link>
    <description>&lt;P&gt;Please have a look at this forum post. It has a solution for problems like this&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/Table-names-longer-than-32-character-using-ODBC/td-p/552491" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/Table-names-longer-than-32-character-using-ODBC/td-p/552491&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 May 2021 01:17:45 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-05-29T01:17:45Z</dc:date>
    <item>
      <title>ERROR 307-185: The data set name cannot have more than 32 bytes. Solution?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744558#M233265</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've encountered the following error "ERROR 307-185: The data set name cannot have more than 32 bytes."&lt;/P&gt;&lt;P&gt;Unfortunately given that I am setting a data set stored in an ODBC database server, I cannot shortened the name of this dataset. Is there anything I can do to load this data without remaining it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 23:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744558#M233265</guid>
      <dc:creator>mstjean</dc:creator>
      <dc:date>2021-05-28T23:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 307-185: The data set name cannot have more than 32 bytes. Solution?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744563#M233268</link>
      <description>&lt;P&gt;Use pass thru SQL.&lt;/P&gt;
&lt;P&gt;So if you have a libname defined:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib odbc ..... ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can use that to run SQL in the remote database.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
connect using mylib;
create table shortname as
select * from connection to mylib
( select * from my_really_long_unreadable_and_unusable_name
);
quit;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 May 2021 23:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744563#M233268</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-05-28T23:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 307-185: The data set name cannot have more than 32 bytes. Solution?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744566#M233270</link>
      <description>&lt;P&gt;Please have a look at this forum post. It has a solution for problems like this&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/Table-names-longer-than-32-character-using-ODBC/td-p/552491" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/Table-names-longer-than-32-character-using-ODBC/td-p/552491&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 01:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744566#M233270</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-29T01:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 307-185: The data set name cannot have more than 32 bytes. Solution?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744607#M233284</link>
      <description>Or ask DBA create a VIEW with short name for that table . But Tom 's idea is great one.</description>
      <pubDate>Sat, 29 May 2021 11:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-307-185-The-data-set-name-cannot-have-more-than-32-bytes/m-p/744607#M233284</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-05-29T11:27:07Z</dc:date>
    </item>
  </channel>
</rss>

