<?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: Column Truncated in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206982#M15519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what's going on -- your line breaks don't seem to be coming through.&amp;nbsp; Are you using the full editor?&amp;nbsp; Perhaps experiment with a different browser if possible and see if you can pinpoint the conditions where this happens.&amp;nbsp; I can see that this &lt;A _jive_internal="true" href="https://communities.sas.com/thread/59043"&gt;hasn't always been the case for you&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 20:02:04 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-03-20T20:02:04Z</dc:date>
    <item>
      <title>Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206980#M15517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have (4) files I imported into SAS (alpha, beta, charlie, delta).&amp;nbsp; Each file has the same column names.&amp;nbsp; There is a column called Program.&amp;nbsp; When I import these 4 files, everything is imported correctly.&amp;nbsp; Whenever, when I do the following two data step, the Program column is truncated. Data xyz Set alpha beta charlie delta; run; Data xyz, Length Program $ 500.; Set alpha beta charlie delta; run: Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206980#M15517</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-03-20T19:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206981#M15518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is all what I write wrapped in lines???&amp;nbsp;&amp;nbsp; I didn't copy/paste&amp;nbsp; anything.&amp;nbsp; I wrote out the code in this editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206981#M15518</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-03-20T19:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206982#M15519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what's going on -- your line breaks don't seem to be coming through.&amp;nbsp; Are you using the full editor?&amp;nbsp; Perhaps experiment with a different browser if possible and see if you can pinpoint the conditions where this happens.&amp;nbsp; I can see that this &lt;A _jive_internal="true" href="https://communities.sas.com/thread/59043"&gt;hasn't always been the case for you&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206982#M15519</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-20T20:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206983#M15520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have comma's where you should have semi-colons. Is that part of the copy/paste issue or your actual code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206983#M15520</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-20T20:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206984#M15521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris - By Full Text Editor, do you mean the "Advanced Editor" in the upper right hand corner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reeza - the , is the copy/paste error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured it out:&amp;nbsp; I had to put Informat and Format in.&amp;nbsp; Works now!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206984#M15521</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-03-20T20:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Column Truncated</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206985#M15522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you tried to edit the code and apply code-style formatting by adding some HTML tags, it's possible that the editor here stripped those out before publishing.&amp;nbsp; I've seen such things before in other places, but haven't done whatever steps it takes to see it play up here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Column-Truncated/m-p/206985#M15522</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-20T20:33:53Z</dc:date>
    </item>
  </channel>
</rss>

