<?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: Dealing with 32 character restrictions in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/250103#M6706</link>
    <description>&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000" face="Arial"&gt;There is an idea related to the 32 character limit: &lt;/FONT&gt;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Metadata-amp-colon-More-space-please/idi-p/220310" target="_blank"&gt;&lt;FONT color="#0000ff" face="Arial"&gt;Metadata&amp;amp;colon; More space please&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;(this name is a bit misleading, but it's the best I could find; there are only 12 measly votes so far)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;PLEASE VOTE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 14:47:14 GMT</pubDate>
    <dc:creator>agoldma</dc:creator>
    <dc:date>2016-02-15T14:47:14Z</dc:date>
    <item>
      <title>Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100033#M1111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS has long had a restriction in the ability to read table names and field names more than 32 characters in length. Why this is still the case in an era where third party DBMS's don't have this restriction is a mystery, and it wouldn't be so bad except that, setting up an ODBC connection to a database means that SAS cannot 'see' these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, have other users had the same issue, and how do they resolve it? Using explicit passthrough seems to negate the whole point in investing thousands of dollars in a Data Integration Suite, so, how do others workaround this very annoying issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would really appreciate any advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Telling an external organisation to create new tables and views to accomodate this deficiency is not an option for us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 00:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100033#M1111</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2012-07-05T00:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100034#M1112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came across this problem fairly recently with Oracle tables (as well as column names &amp;gt;32 characters).&amp;nbsp; Having done lots of research into it, the only solution we could find that worked (apart from renaming the tables) was to create views with names &amp;lt;32 characters.&amp;nbsp; Fortunately I was dealing with internal data, so it wasn't too much trouble to get the new views created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With long column names, SAS just truncates them so they are still visible, but it can't do this with table names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I couldn't give you a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 08:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100034#M1112</guid>
      <dc:creator>Keith</dc:creator>
      <dc:date>2012-07-06T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100035#M1113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try these two&amp;nbsp; libname options :&lt;/P&gt;&lt;P&gt;preserve_col_names=yes&lt;/P&gt;&lt;P&gt;perserve_tab_names=yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it would be helpful . Maybe SAS will truncate them to be 32 length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 09:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100035#M1113</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-07-06T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100036#M1114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I would complain to the external organization.&amp;nbsp; Table and variable NAMES longer than 32 characters would make if EXTREMELY difficult if not impossible to write programs.&amp;nbsp; You would fill up almost the entire visible part of a line of code with one entity name!&amp;nbsp; It would be like the old Bill Cosby comedy routine about the kindergarten kid trying to write the alphabet with a big fat pencil. "A......, B....., teacher can I have another piece of paper?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can query the metadata of your source database then you should be able to deal with the long variable names at least.&lt;/P&gt;&lt;P&gt;If SAS will automatically shorten the names for you (I know it can do this with PROC IMPORT) then you can just use the original names as labels by matching by relative position in the data vector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also might want to get STAT/TRANSFER or some other utility to convert your data for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 22:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100036#M1114</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-07-06T22:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100037#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for their comments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have received word from SAS that there is nothing much that can be done about this, and it is a restriction in SAS that is not going away. We are pursuing talks with the database owners in question to create SAS compliant views, but in the end, it is understandable if they want to use more descriptive names for their tables. Programming tools that require explict typing out of table and variable name are becoming dated now. Tools such as DI studio have a sophisticated GUI interface and use a lot of point and click, and tools from other vendors have autocomplete and enhanced editor functions, which enables programmers&amp;nbsp; to easy pick table names and variable names from drop down lists that are generated without writing it out. Programs actually become more readable in that you don't have to try to decipher the meaning of, short, cryptic names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, as data integration specialists, SAS should fix this so that you can at least see the tables in DI studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 23:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100037#M1115</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2012-07-06T23:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100038#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently ran into this problem myself with SQL Server. The only way I could reliably see all table names was to use SQL Server Management Studio as the SAS Explorer won't show them, The only workaround I could find in SAS to read these tables was SQL passthru as you found. Luckily only a few tables were involved so the problem is small enough to be managable. We don't have DI studio so we don't have that problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One suggestion for SAS is that they enhance the LIBREF.'non-valid-table-name'n capability to deal with &amp;gt; 32 chars long so this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data libref.valid_table_name;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set libref.'non-valid-table-name'n;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have thought if SAS can deal with non-standard characters this way it would not be much of a stretch to deal with &amp;gt; 32 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another idea I have would be to create a SAS macro that automatically generates validly-named SAS views of the database tables with long names. This should work with DI Studio, but haven't tried it so don't know if there would be major disadvantages or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 02:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100038#M1116</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-07-25T02:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100039#M1117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never found the restriction too difficult to circumvent, but after reading these posts I feel strongly that if SAS wants to market DIS as an advanced ETL tool, which it is in most respects, they should make it a very high priority to enable dealing with this problem in the tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all, the whole point of DIS is to enable moving data to and from external sources like databases. This limitation is pretty much a deal-breaker that could easily prevent an organization adopting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100039#M1117</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2012-07-25T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100040#M1118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting you say that Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Organisations often need to make a decision about how they spend their money on IT, and Microsoft have the leading OS, the leading Office suite, and are now reaching in further into territories long the domain of other vendors such as Business Intelligence and analytics. SAS has done a great job in integrating their products with Microsoft, especially with products such as the add-in for Microsoft Office. What they have neglected is a seamless integration with the Microsoft back-end SQL Server and the 32 character length issue is just one issue. Whilst I, personally, can see the value of powerful tools like DIS (and would not think, at this stage anyway of using SSIS, SSRS etc), and understand the benifits that investment in SAS products in general can provide, it is hard to justify this to others (with the money!) when it has these sorts of restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 00:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/100040#M1118</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2012-07-26T00:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/250103#M6706</link>
      <description>&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000" face="Arial"&gt;There is an idea related to the 32 character limit: &lt;/FONT&gt;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Metadata-amp-colon-More-space-please/idi-p/220310" target="_blank"&gt;&lt;FONT color="#0000ff" face="Arial"&gt;Metadata&amp;amp;colon; More space please&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;(this name is a bit misleading, but it's the best I could find; there are only 12 measly votes so far)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 1pt 0in;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;PLEASE VOTE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/250103#M6706</guid>
      <dc:creator>agoldma</dc:creator>
      <dc:date>2016-02-15T14:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/250141#M6708</link>
      <description>&lt;P&gt;Agreed - I voted on this when it first came out.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 18:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/250141#M6708</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-15T18:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/280813#M7999</link>
      <description>&lt;P&gt;Me, too! &amp;nbsp;The problem extends to database names as well. &amp;nbsp;I can't connect to ones that have more than 32 letters in their names. &amp;nbsp;YUCK!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/280813#M7999</guid>
      <dc:creator>Malarkey</dc:creator>
      <dc:date>2016-06-28T14:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/280902#M8001</link>
      <description>&lt;P&gt;Have you tracked this issue to SAS? If so what was the response? If not please do so - the more people do this the more likely something will be done about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW - what database is this? If it is SQL Server then there is a workaround with SQL Passthru and ODBC. The secret is to connect to the database at the server level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  connect to odbc (noprompt = "server=MySQLServer;DRIVER=SQL Server;Trusted Connection=yes;");

  create table MyTable as select * 
  from connection to odbc
  (select * from [MyVeryLongDatabaseNameMoreThan32Characters].[MySchema].[MyTable]);
  quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It may be possible to use this approach with some other databases / ACCESS products.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/280902#M8001</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-28T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/286156#M8140</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi﻿&lt;/a&gt;! &amp;nbsp;The work-around is how I was able to deal with the immediate problem. &amp;nbsp;I haven't yet opened a ticket, but I will do so soon.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/286156#M8140</guid>
      <dc:creator>Malarkey</dc:creator>
      <dc:date>2016-07-21T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297088#M8381</link>
      <description>&lt;P&gt;&amp;lt;soapbox&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into this issue today. &amp;nbsp;In fact my Googling took me to this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the old timers out there...remember when?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) SAS V5 was written in PL/1&lt;/P&gt;&lt;P&gt;2) SAS made the very strategic decision to do a &lt;U&gt;major&lt;/U&gt; rewrite using C and Multi Vendor Architecture (MVA). &amp;nbsp;They even bought&amp;nbsp;Lattice C to assist in this process (&lt;A href="https://en.wikipedia.org/wiki/Lattice_C" target="_blank"&gt;https://en.wikipedia.org/wiki/Lattice_C&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3) While this rearchitecture was a lot of work for SAS, it proved very successful, and IMO is a major reason SAS is as successful as it is today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS is 40 years old, and it's age is showing. &amp;nbsp;While I love SAS software and enjoy working with it every day, IMO I feel SAS is in a similar position as it was&amp;nbsp;back then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I certainly hope SAS V10 will incorporate many of the best features of more modern software packages. &amp;nbsp;Perhaps even (gasp!) let go of backwards compatibility for the sake of moving forward. &amp;nbsp;Perhaps "old SAS" and "new SAS", as companies go through a transition period of old code vs. new and improved code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, I'll go through my application and shorten those dynamically generated table names that are &amp;gt; 32 characters (which contain the userid in the path - long story). &amp;nbsp;The SQL Passthrough works fine - SQL Server manages these table names just fine. &amp;nbsp;But when I try to access them in SAS...sigh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapbox&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 05:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297088#M8381</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2016-09-08T05:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297236#M8385</link>
      <description>&lt;P&gt;Aaah a trip down memory lane....SAS V10 AKA SAS Viya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 19:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297236#M8385</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-08T19:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297242#M8386</link>
      <description>Will there ever be a SAS 10?</description>
      <pubDate>Thu, 08 Sep 2016 20:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297242#M8386</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-08T20:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297246#M8387</link>
      <description>&lt;P&gt;Unless you've had to wade through a System/370 memory dump, I'm not sure any of you belong in this conversation, if we're limiting it to old-timers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297246#M8387</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-09-08T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297249#M8388</link>
      <description>&lt;P&gt;Oh, I've been through 370 dumps - and &lt;EM&gt;without&lt;/EM&gt; AbendAid!&amp;nbsp; ICK!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297249#M8388</guid>
      <dc:creator>Malarkey</dc:creator>
      <dc:date>2016-09-08T21:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297251#M8389</link>
      <description>&lt;P&gt;Didn't have to wade through a memory dump but do (or did) know JCL, clist, and ISPF. &amp;nbsp;And my first SAS version was 5.16 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297251#M8389</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2016-09-08T21:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with 32 character restrictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297252#M8390</link>
      <description>&lt;P&gt;I'm not sure what release I started with. What was the last release where the documentation was only one book? I remember the next release was divided into a book for the PROCs, and one for everything else. Also, it introduced the MACRO facility, and we've been getting into trouble ever since!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Dealing-with-32-character-restrictions/m-p/297252#M8390</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-09-08T21:25:42Z</dc:date>
    </item>
  </channel>
</rss>

