<?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: Display number of rows in SAS dataset - SAS Enterprise Guide (EG) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758271#M39217</link>
    <description>Studio/Viya are the newer tools and are getting more user friendly every day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;The standard Properties Pane in Studio is closer to what it was in Base and includes the # of rows/columns at least in SAS On Demand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Thu, 29 Jul 2021 21:06:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-07-29T21:06:00Z</dc:date>
    <item>
      <title>Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756644#M39196</link>
      <description>&lt;P&gt;In base PC SAS 9.4, I often open the Explorer window, right-click a SAS dataset, choose Properties to see the &lt;STRONG&gt;number of Rows and Columns&lt;/STRONG&gt; in that dataset. But when I do the same thing in SAS EG the pop-up box doesn't show number of Rows and Columns. Why? So, is there another easy way (without running SAS code like PROC CONTENTS) to view &lt;STRONG&gt;the number of Rows and Columns&lt;/STRONG&gt; in a SAS dataset in SAS Enterprise Guide?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 14:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756644#M39196</guid>
      <dc:creator>bnawrocki</dc:creator>
      <dc:date>2021-07-26T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756647#M39197</link>
      <description>In the Properties window, select Advanced, and you can see the number of observations.</description>
      <pubDate>Mon, 26 Jul 2021 14:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756647#M39197</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-26T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756656#M39198</link>
      <description>&lt;UL&gt;
&lt;LI&gt;If it's after you've created the table, the information is in the log.&lt;/LI&gt;
&lt;LI&gt;If you have the table open you can see it while you drag the slider to move down the rows (it appears as you drag the slider).&lt;/LI&gt;
&lt;LI&gt;In addition to PROC CONTENTS you could also query sashelp.vtable data set.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/76701"&gt;@bnawrocki&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In base PC SAS 9.4, I often open the Explorer window, right-click a SAS dataset, choose Properties to see the &lt;STRONG&gt;number of Rows and Columns&lt;/STRONG&gt; in that dataset. But when I do the same thing in SAS EG the pop-up box doesn't show number of Rows and Columns. Why? So, is there another easy way (without running SAS code like PROC CONTENTS) to view &lt;STRONG&gt;the number of Rows and Columns&lt;/STRONG&gt; in a SAS dataset in SAS Enterprise Guide?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:05:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756656#M39198</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-26T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756676#M39200</link>
      <description>&lt;P&gt;Thanks for your attempts at answering my question - but neither solution works for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Properties window doesn't have an "Advanced" option.&lt;/P&gt;&lt;P&gt;And I'm asking about datasets I haven't created - so the LOG won't help. Also, if I open the dataset in table view mode in SAS EG, I don't see the number of rows unless I scroll to the bottom, which is difficult with a large file.&lt;/P&gt;&lt;P&gt;I'm using SAS EG 8.3. As a specific example, I want to know how many records are in SASHELP.CARS. In PC/SAS 9.4, I can right-click SASHELP.CARS, choose Properties and see Number of Rows/Columns. But when I do the same in SAS EG 8.3, I see this, which is pretty useless.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SAS_EG_Properties.JPG" style="width: 312px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61700i060E0E9A3ADB3C36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SAS_EG_Properties.JPG" alt="SAS_EG_Properties.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756676#M39200</guid>
      <dc:creator>bnawrocki</dc:creator>
      <dc:date>2021-07-26T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756973#M39201</link>
      <description>&lt;P&gt;If you click on the Columns tab in the Properties pop up that you put a screen print of in your last post, you can see the columns but it won't give you a count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if you open the dataset and click on the "Properties" icon there (1st screen shot, below), you'll see the "Advanced" option that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;mentioned (2nd screen shot, below).&amp;nbsp; If you click on Advanced, the number of rows and columns will be displayed (3rd screen shot, below).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1627365568503.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61890i10EC9BD34E266CA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="jimbarbour_0-1627365568503.png" alt="jimbarbour_0-1627365568503.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_1-1627365614487.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61891iCD771C9CC3FAD2D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="jimbarbour_1-1627365614487.png" alt="jimbarbour_1-1627365614487.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_2-1627365668092.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61892i892946F90E8A8008/image-size/large?v=v2&amp;amp;px=999" role="button" title="jimbarbour_2-1627365668092.png" alt="jimbarbour_2-1627365668092.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/756973#M39201</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-07-27T06:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758264#M39216</link>
      <description>&lt;P&gt;Ah, I see. Sorry I was so dense. I would never have guessed the "View and set properties" icon displays the number of rows (nor did I ever notice the icon itself!). It's an extra step or two, since I have to open the dataset first, but at least I can now see number of Rows. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 20:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758264#M39216</guid>
      <dc:creator>bnawrocki</dc:creator>
      <dc:date>2021-07-29T20:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758271#M39217</link>
      <description>Studio/Viya are the newer tools and are getting more user friendly every day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;The standard Properties Pane in Studio is closer to what it was in Base and includes the # of rows/columns at least in SAS On Demand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 29 Jul 2021 21:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758271#M39217</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-29T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758973#M39222</link>
      <description>Hi,&lt;BR /&gt;In the Properties open the Advanced&lt;BR /&gt;[cid:image001.png@01D78850.FD2A2D80]&lt;BR /&gt;Kind regards&lt;BR /&gt;Natalja&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2021 07:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/758973#M39222</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2021-08-03T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display number of rows in SAS dataset - SAS Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/759458#M39239</link>
      <description>FYI - Screenshots via email are not attached to posts.</description>
      <pubDate>Wed, 04 Aug 2021 19:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Display-number-of-rows-in-SAS-dataset-SAS-Enterprise-Guide-EG/m-p/759458#M39239</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-04T19:19:01Z</dc:date>
    </item>
  </channel>
</rss>

