<?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: about table name longer than 32 character and data types in SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/668207#M19415</link>
    <description>&lt;P&gt;Very disapointing that years later despite promises and a eta of probably by the end of 2018 there won't be a fix. Thanks for taking the time to reply anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A viya trial is no good to me as we're not going to switch a national infrastructure with a few hundred users and I'm not the person who would make that decision, even more so when we are currently migrating to 9.4 on AWS instead of our own hosting. It looks like we're stuck with this issue, unfortunately I'll have to investigate other products that can support basic features like tables on databases which is a shame as I like SAS, but missing basic functionality is increasingly becoming an issue (such as xml processing much slower than ssis).&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 22:43:29 GMT</pubDate>
    <dc:creator>MRDM</dc:creator>
    <dc:date>2020-07-09T22:43:29Z</dc:date>
    <item>
      <title>about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349537#M10390</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have&amp;nbsp;several question regard to the table name (or column name) longer than 32 character and data types in SAS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) If Teradata table name is longer than 32 character, how can SAS handle it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know for SQL table we can do a workaround and using the SQL PASS-through to access the table, can we do this too with Teradata? Any there any other options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Can SAS handle column names that longer than 32 now? I know there is 32 character limitation, but after going through several post on the forum, it seems SAS is working on&amp;nbsp;the columns names that longer than 32. Anyone knows the most recent update on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) Is ther any data types that in Teradata or SQL that will not work in SAS? Could you please let know the details of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4) If 'Yes" for 3), how can we handle it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jade&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349537#M10390</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-04-12T17:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349546#M10391</link>
      <description>&lt;P&gt;1. If Pass Through is set up for Teradata then it can be handled in the same way as SQL. SAS cannot read&amp;nbsp;tables longer than 32 characters, you'll need to create a view with a shorter name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. No, there's no recent update to this, AFAIK.&lt;/P&gt;
&lt;P&gt;3. Not that 'won't work' but sometimes even datetimes can be handled differently in different DB systems so you're users will experience different behaviour.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349546#M10391</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-12T17:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349549#M10392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124089"&gt;@Jade_SAS&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question #1 - SAS cannot handle table names longer than 32 characters. This limit can be worked-around by creating a database view on the table and making the view name 32 characters long, or less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question #2 - SAS variable names cannot be longer than 32 characters. There are plans to address this but the work hasn't been scheduled and is not on a roadmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question #3 - Teradata BIGINT and NUMBER data types are problematic because they exceed the precision of SAS 9.4. This SAS Note may help: &lt;A href="http://support.sas.com/kb/39/831.html" target="_self"&gt;http://support.sas.com/kb/39/831.html&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This communities topic has information on BIGINT: &lt;A href="https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/td-p/217275" target="_self"&gt;https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/td-p/217275&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a code example using NUMBER:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;15   libname mytera teradata server=vat user=sasxjb password=XXXXXX;
NOTE: Libref MYTERA was successfully assigned as follows:
      Engine:        TERADATA
      Physical Name: vat

16   proc sql;
17      connect using mytera;
18      execute (create table jeff_num_test (x int, problem number)) by mytera;
19      execute (commit) by mytera;
20      execute (insert into jeff_num_test values (1,1)) by mytera;
21   quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.18 seconds
      cpu time            0.04 seconds


22   proc sql;
23      select * from mytera.jeff_num_test;
NOTE: Writing HTML Body file: sashtml.htm
NOTE: No rows were selected.
&lt;STRONG&gt;NOTE: The following 1 column(s) in MYTERA.jeff_num_test  have been automatically dropped because they
      have a datatype that is not supported by this engine:
problem &amp;lt;--- Jeff Note: this is the name of the actual column...&lt;/STRONG&gt; 

24   quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.56 seconds
      cpu time            0.39 seconds


&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I didn't include a readable column in the table I would have gotten this error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;35   proc sql;
36      connect using mytera;
37      execute (create table jeff_num_test2 (problem number)) by mytera;
38      execute (commit) by mytera;
39      execute (insert into jeff_num_test2 values (1)) by mytera;
40   quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.50 seconds
      cpu time            0.04 seconds


41
42   proc sql;
43      select * from mytera.jeff_num_test2;
&lt;STRONG&gt;ERROR: Table MYTERA.jeff_num_test2 doesn't have any columns. PROC SQL requires each of its tables to
       have at least 1 column.
ERROR: Error trying to read from a DBMS table. At least one column must be selected.
NOTE: The following 1 column(s) in MYTERA.jeff_num_test2  have been automatically dropped because
      they have a datatype that is not supported by this engine:
problem&lt;/STRONG&gt;&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;&lt;STRONG&gt; &amp;lt;--- Jeff Note: this is the name of the actual column...&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;

44 quit; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE SQL used (Total process time): real time 0.16 seconds cpu time 0.04 seconds &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the source code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mytera teradata server=tserv user=sasxjb password=password1;


proc sql;
   connect using mytera;
   execute (create table jeff_num_test (x int, problem number)) by mytera;
   execute (commit) by mytera;
   execute (insert into jeff_num_test values (1,1)) by mytera;
quit;

proc sql;
   select * from mytera.jeff_num_test;
quit;

proc sql;
   connect using mytera;
   execute (create table jeff_num_test2 (problem number)) by mytera;
   execute (commit) by mytera;
   execute (insert into jeff_num_test2 values (1)) by mytera;
quit;

proc sql;
   select * from mytera.jeff_num_test2;
quit;
   &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jeff&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349549#M10392</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-04-12T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349827#M10398</link>
      <description>&lt;P&gt;Thank you, Reeza and JBailey!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 18:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/349827#M10398</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-04-13T18:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/350761#M10430</link>
      <description>&lt;P&gt;Are there any plans to address the table name issue. It's a massive pain if you have a lot of tables and register them to randomly have some missing. Creating views is all well and good, except for a lot of our stuff we only have read access so can't do it. Or if we can it requires a DBA and about two weeks notice as well as documents outlining risks etc. Would be nice if SAS just supported the same lengths SQL does.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 09:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/350761#M10430</guid>
      <dc:creator>MRDM</dc:creator>
      <dc:date>2017-04-18T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/351049#M10433</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt;'s response states there are plans for supporting &amp;gt; 32 character variable names but doesn't confirm the same for table names. It would make sense from an architectural point of view to do both at the same time otherwise it would just create massive confusion with users - IMHO.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83316"&gt;@MRDM&lt;/a&gt;&amp;nbsp;- don't forget you can use SQL passthru referencing&amp;nbsp;DBMS table names &amp;gt; 32 characters long as an alternative to creating SQL views. The only problem is having to use another SQL tool to verify the correct name so you can copy that over to SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 20:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/351049#M10433</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-18T20:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/351445#M10445</link>
      <description>&lt;P&gt;Long names for tables is being discussed, but there has been no firm decision made.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/351445#M10445</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-04-19T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379655#M11562</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any progress on this? I could really do with long variable names in the very near future&amp;nbsp;and table names would be a nice to have at some stage as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing an export that relies on using paramaterised values (of variable names) that are exported using a data step with a keep= statement, I'd much rather have an exact match than have it try and pick the most likely (as the ends are dropped), that would also be less efficient and more complex&amp;nbsp;as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be honest the whole issue is causing us problems with processes and having to mess about with workarounds, but also&amp;nbsp;we're trying to encourage users to transition from SSIS to SAS and telling them they can't readily access some&amp;nbsp;tables/variables is not helping&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379655#M11562</guid>
      <dc:creator>MRDM</dc:creator>
      <dc:date>2017-07-27T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379678#M11563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83316"&gt;@MRDM&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The situation is still the same. It is being discussed but there are no firm plans at this time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379678#M11563</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-07-27T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379952#M11564</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83316"&gt;@MRDM&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The situation is still the same. It is being discussed but there are no firm plans at this time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt;&amp;nbsp;Could SAS put together a paper on how to query metadata from various key database vendors platforms and use that to automate the creation of SAS defined views that map the variable/table names to valid SAS names? &amp;nbsp;Then at least users that have this issue will have a good starting point for a way to deal with it. &amp;nbsp;I would start with a read-only method and then if possible explore how to handle needs to update database tables.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 13:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/379952#M11564</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-27T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/460557#M14286</link>
      <description>&lt;P&gt;It was communicated as the Global Forum that this will finally be fixed in version 9.5.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 18:56:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/460557#M14286</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2018-05-07T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/460654#M14294</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/129468"&gt;@JohnJPS&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;It was communicated as the Global Forum that this will finally be fixed in version 9.5.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you know which session this was covered in so I can watch it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 08:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/460654#M14294</guid>
      <dc:creator>MRDM</dc:creator>
      <dc:date>2018-05-08T08:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461086#M14316</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83316"&gt;@MRDM&lt;/a&gt; : &lt;BR /&gt;Comparing SAS® Viya® and SAS® 9.4 Capabilities: A Tale of Two SAS® Platform Engines, including PDFs, photos, and more.&lt;BR /&gt;&lt;BR /&gt;Presented by Mark Schneider.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://event.crowdcompass.com/sasgf2018/activity/CvjwHlcluj" target="_blank"&gt;https://event.crowdcompass.com/sasgf2018/activity/CvjwHlcluj&lt;/A&gt;</description>
      <pubDate>Wed, 09 May 2018 15:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461086#M14316</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-09T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461088#M14317</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; wrote:&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83316"&gt;@MRDM&lt;/a&gt; : &lt;BR /&gt;Comparing SAS® Viya® and SAS® 9.4 Capabilities: A Tale of Two SAS® Platform Engines, including PDFs, photos, and more.&lt;BR /&gt;&lt;BR /&gt;Presented by Mark Schneider.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://event.crowdcompass.com/sasgf2018/activity/CvjwHlcluj" target="_blank"&gt;https://event.crowdcompass.com/sasgf2018/activity/CvjwHlcluj&lt;/A&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is there a better link?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Please enter the event password to see this event.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 15:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461088#M14317</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-05-09T15:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461110#M14318</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; sorry there isn't really.&lt;BR /&gt;Mark doesn't seem to have published anything to the proceedings, and no video that covered the event.&lt;BR /&gt;So this is the best I can so for now:&lt;BR /&gt;&lt;A href="https://twitter.com/LinusHjorth/status/983397393050746880?s=19" target="_blank"&gt;https://twitter.com/LinusHjorth/status/983397393050746880?s=19&lt;/A&gt;</description>
      <pubDate>Wed, 09 May 2018 16:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461110#M14318</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-09T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461221#M14323</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As mentioned in my SGF talk, the 9.5 release of SAS is currently slated to contain long name support (i.e., up to 255 characters) for member names of type DATA, VIEW, and ITEMSTOR, as well as variable names for DATA, VIEW, and PROGRAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Those interested in a copy of the paper associated with my talk can contact their SAS account representative, asking them to&amp;nbsp;request the latest version from me.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 23:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461221#M14323</guid>
      <dc:creator>Mark_sas</dc:creator>
      <dc:date>2018-05-09T23:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461423#M14328</link>
      <description>&lt;P&gt;Am I correct in assuming that SAS client tools like EG will support long names if connected to a SAS 9.5 server, including the displaying of long external database table names and columns?&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 21:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461423#M14328</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-05-10T21:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461425#M14329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;- reasonable expectation, yes.&amp;nbsp; Though it may take a little while for all clients to be in sync with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, we also updated the &lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Increase-variable-name-length-from-32-to-128-characters/idi-p/256071" target="_self"&gt;SASWare Ballot items about the 32-char limit and plans for lifting it&lt;/A&gt;.&amp;nbsp; No more detail than&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/386"&gt;@Mark_sas&lt;/a&gt;&amp;nbsp;shared here, but it is something to look forward to.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 21:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461425#M14329</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-10T21:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461495#M14330</link>
      <description>&lt;P&gt;Is there a rough ETA for 9.5? I know M releases normally come around September but am unsure about 'major' releases? I'm attending the UK forum in a month so there maybe more info by then.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 07:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461495#M14330</guid>
      <dc:creator>MRDM</dc:creator>
      <dc:date>2018-05-11T07:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: about table name longer than 32 character and data types in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461554#M14331</link>
      <description>&lt;P&gt;The current target for 9.5 is the end of this year.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 14:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/about-table-name-longer-than-32-character-and-data-types-in-SAS/m-p/461554#M14331</guid>
      <dc:creator>Mark_sas</dc:creator>
      <dc:date>2018-05-11T14:23:25Z</dc:date>
    </item>
  </channel>
</rss>

