<?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: Results in Enterprise Guide '???' in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395865#M25482</link>
    <description>&lt;P&gt;Are those columns numerics formatted, such as dates, datetimes etc. &amp;nbsp;That is where you normally get this where the width of the column is not big enough to show the full formatted value of an underlying numeric data. &amp;nbsp;If you look at the dataset and move the column width it should show.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2017 09:13:31 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-09-14T09:13:31Z</dc:date>
    <item>
      <title>Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395862#M25481</link>
      <description>&lt;P&gt;I'm running queries across a pretty large dataset, but there seems to be an issue with the processing, so 20-30 rows of the query output come out with all columns as '???'. I've looked back to the source data, and there doesn't seem to be a problem there. Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 08:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395862#M25481</guid>
      <dc:creator>ICL1986</dc:creator>
      <dc:date>2017-09-14T08:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395865#M25482</link>
      <description>&lt;P&gt;Are those columns numerics formatted, such as dates, datetimes etc. &amp;nbsp;That is where you normally get this where the width of the column is not big enough to show the full formatted value of an underlying numeric data. &amp;nbsp;If you look at the dataset and move the column width it should show.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395865#M25482</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-14T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395866#M25483</link>
      <description>&lt;P&gt;The '???' is across all columns, regardless of data type and length, and the results above and below are displaying normally. As a bit of further information, when I'm scrolling through the data, it seems to pause slightly before getting to the data with the '???'. Not sure if this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395866#M25483</guid>
      <dc:creator>ICL1986</dc:creator>
      <dc:date>2017-09-14T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395885#M25487</link>
      <description>&lt;P&gt;I'm guessing that this might be an encoding problem. &amp;nbsp;The original data might contain some national characters that don't fit in your SAS session encoding, so the representation of these chars is "?". &amp;nbsp;If you can, try running your SAS session with ENCODING=UTF8 (that might be an admin task to set up).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide is a full Unicode application, so virtually all character sets can be represented. &amp;nbsp;But the SAS session is often pinned to one codepage or encoding, so information is literally "lost in translation". &amp;nbsp;UTF-8 (a form of Unicode) is the best option for SAS sessions.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395885#M25487</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-09-14T12:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395905#M25488</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently set up for the utf-8 encoding so that shouldn't be an issue. I've managed to isolate the column with the data that appears to be screwing things up. It occaisionally contains cyrillic characters, and seems to be imported in from the source excel files without any issues, but then has issues after querying.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395905#M25488</guid>
      <dc:creator>ICL1986</dc:creator>
      <dc:date>2017-09-14T13:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395919#M25489</link>
      <description>&lt;P&gt;Any user-defined formats applied to that column, by chance? &amp;nbsp;Does a small PROC PRINT to HTML produce the same output? &amp;nbsp;Or is this limited to the data grid view? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/395919#M25489</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-09-14T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Results in Enterprise Guide '???'</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/397387#M25559</link>
      <description>&lt;P&gt;Hmm, it's really odd but even when changing the default results settings to HTML, the report will only produce the data grid.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 10:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Results-in-Enterprise-Guide/m-p/397387#M25559</guid>
      <dc:creator>ICL1986</dc:creator>
      <dc:date>2017-09-20T10:56:52Z</dc:date>
    </item>
  </channel>
</rss>

