<?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: Dictionaly.Columns label gets trancated issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433264#M28024</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where are you displaying the results? If you are using the listing destination (output window not Resuts)&amp;nbsp;your line length may be too short to display everything on one line. Names may be 32 characters and if you are only seeing 64 characters in a label that may mean your linesize is 100 or less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a table and examine the table properties.&amp;nbsp;The label should have a length of 256.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no troubling labels from my data sets longer than 64 characters if sent to a table.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 20:35:32 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-02-01T20:35:32Z</dc:date>
    <item>
      <title>Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433245#M28022</link>
      <description>&lt;P&gt;We are running into issues with Dictionalry.Columns data for a file what we read in when the headings/labels on that file are over 64 characters long.&amp;nbsp; &amp;nbsp; When we read the file in SAS process and then run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;sql&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;select name, label&lt;/P&gt;&lt;P&gt;from&amp;nbsp; DICTIONARY.COLUMNS A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"label" colummn data is truncated to 64 characters so we don't see the entire value in this column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody ran into this issue before, what can be done to resolve it?&amp;nbsp; Is there a setting or anything we can do to fix it?&lt;/P&gt;&lt;P&gt;We are on 9.4 M5.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433245#M28022</guid>
      <dc:creator>elena_ziemke_capblurcross_com</dc:creator>
      <dc:date>2018-02-01T19:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433256#M28023</link>
      <description>&lt;P&gt;What’s the format, informat and length of the variable?&lt;/P&gt;
&lt;P&gt;You can get that from PROC CONTENTS on the output data set.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433256#M28023</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-01T20:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433264#M28024</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where are you displaying the results? If you are using the listing destination (output window not Resuts)&amp;nbsp;your line length may be too short to display everything on one line. Names may be 32 characters and if you are only seeing 64 characters in a label that may mean your linesize is 100 or less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a table and examine the table properties.&amp;nbsp;The label should have a length of 256.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no troubling labels from my data sets longer than 64 characters if sent to a table.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433264#M28024</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-01T20:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433266#M28025</link>
      <description>&lt;P&gt;D’oh,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;answer is correct. I missed the fact that you’re not creating a table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a table and use PROC PRINT on it after and use ODS HTML it should be fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/433266#M28025</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-01T20:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/434360#M28059</link>
      <description>&lt;P&gt;Format and Informat is $1&lt;/P&gt;&lt;P&gt;Lenght is 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lenght for this label column is 256&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LINESIZE=132&lt;/P&gt;&lt;P&gt;This is another message we get in Test&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: VARCHAR data type is not supported by the V9 engine. Variable Name has been converted to CHAR data type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We believe this is all related but don't understand how to code around it OR why we get this error in Test but not Prod system.&amp;nbsp; Both systems are V9 engine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 20:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/434360#M28059</guid>
      <dc:creator>elena_ziemke_capblurcross_com</dc:creator>
      <dc:date>2018-02-05T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionaly.Columns label gets trancated issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/434375#M28060</link>
      <description>&lt;P&gt;Sounds like it's an issue for Tech Support then.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;V9 is a bit vague though, but the SASHELP libraries have been around a long time and there shouldn't be these types of issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/55121"&gt;@Elena&lt;/a&gt;_ziemke_capblurcross_com wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We believe this is all related but don't understand how to code around it OR why we get this error in Test but not Prod system.&amp;nbsp; Both systems are V9 engine.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 20:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dictionaly-Columns-label-gets-trancated-issue/m-p/434375#M28060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T20:38:30Z</dc:date>
    </item>
  </channel>
</rss>

