Yes, this has been improved in EG 8.1. When the Show full details when viewing SAS Libraries in File Dialog details view option (in EG's Tools->Options->General) is checked (off by default), if you right-click a table in the Servers pane and select Properties you will see the row count, along with other detailed info. For example:
Additionally, when that option is on, EG's file open dialog will show the row counts along with other info in the Details view. For example:
(This feature (the extra details in the FOD) has existed for many EG releases, but the extra details in the data set properties dialog from the Servers pane is new to EG 8.1.)
Note: The option is off by default only because it can take slightly longer to query for the additional detailed info.
Of course, alternatively, you can always submit SAS code to retrieve the record count (query the sashelp.vtable dictionary table as @Technolero showed or run proc contents on the desired data).
Casey
... View more