<?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: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760325#M240425</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is still showing 10 records only.&lt;/P&gt;
&lt;P&gt;This is the example code.&lt;/P&gt;
&lt;P&gt;Proc sql;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Select * from work.table;&lt;/P&gt;
&lt;P&gt;Quit;&lt;/P&gt;
&lt;P&gt;Work.Table has 100 observations and i am able to see all the records. But not my colleague.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 08:49:19 GMT</pubDate>
    <dc:creator>VVDR</dc:creator>
    <dc:date>2021-08-09T08:49:19Z</dc:date>
    <item>
      <title>SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760306#M240412</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am posting this question on behalf of my Colleague.&lt;/P&gt;
&lt;P&gt;My Colleague and myself running the same SAS code in SAS EG 8.3 version. I am getting full results (about 100s of records), but my colleague is getting only 10 records as an output ( it's happening for all the queries). I have verified the options in the tool tab. But it all looks same for both of us. Please advise me here.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760306#M240412</guid>
      <dc:creator>VVDR</dc:creator>
      <dc:date>2021-08-09T05:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760309#M240413</link>
      <description>First, please have the following be run in your colleague's EG session:&lt;BR /&gt;PROC OPTIONS OPTION=OBS;&lt;BR /&gt;&lt;BR /&gt;Second, has your colleague tried closing his or her EG session and opening a new session? (And then re-running)&lt;BR /&gt;&lt;BR /&gt;Third, can you please post your colleague's SAS code and, more importantly, the entire log from their session?&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760309#M240413</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-09T05:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760316#M240418</link>
      <description>&lt;P&gt;see Maxim 50.&lt;/P&gt;
&lt;P&gt;(check the first link of my footnote)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760316#M240418</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-09T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760325#M240425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is still showing 10 records only.&lt;/P&gt;
&lt;P&gt;This is the example code.&lt;/P&gt;
&lt;P&gt;Proc sql;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Select * from work.table;&lt;/P&gt;
&lt;P&gt;Quit;&lt;/P&gt;
&lt;P&gt;Work.Table has 100 observations and i am able to see all the records. But not my colleague.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 08:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760325#M240425</guid>
      <dc:creator>VVDR</dc:creator>
      <dc:date>2021-08-09T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760326#M240426</link>
      <description>&lt;P&gt;Run a PROC CONTENTS on WORK.TABLE in both sessions to see what you start from.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 09:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/760326#M240426</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-09T09:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 8.3 is resulting only 10 records even if the table has more than 10k records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/763177#M241686</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;see Maxim 50.&lt;/P&gt;
&lt;P&gt;(check the first link of my footnote)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks for your reply&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;. Somehow it's data level permission issues and he is able to see all the records upon admins help with permission. Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 01:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-8-3-is-resulting-only-10-records-even-if-the-table-has/m-p/763177#M241686</guid>
      <dc:creator>VVDR</dc:creator>
      <dc:date>2021-08-23T01:18:10Z</dc:date>
    </item>
  </channel>
</rss>

