<?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: Viewing tables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65236#M18607</link>
    <description>I'm using EG 4.2 and I did think that the tables get saved in the library I create. But apparently they don't. I refreshed it too, but no luck.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Mon, 08 Mar 2010 14:39:38 GMT</pubDate>
    <dc:creator>spg</dc:creator>
    <dc:date>2010-03-08T14:39:38Z</dc:date>
    <item>
      <title>Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65230#M18601</link>
      <description>I am using proc sql to create tables but can't view them. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 05 Mar 2010 15:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65230#M18601</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-03-05T15:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65231#M18602</link>
      <description>What OS?  What SAS version?  Is SAS installed locally or on a remote server?  How would you like to "view" the tables?  How about PROC PRINT or interactive SAS session VIEWTABLE?  Also, each SAS-supported OS platform has a "companion guide" which provides some OS-unique characteristics you may want to consider reviewing, beyond the SAS Base product's facilities (for all environments).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
view sas table site:sas.com

Message was edited by: sbb</description>
      <pubDate>Fri, 05 Mar 2010 16:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65231#M18602</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-05T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65232#M18603</link>
      <description>Windows/9.2/installed locally. I was hoping to see the new tables with the variable transformations that I run using proc sql.&lt;BR /&gt;
&lt;BR /&gt;
thanks!</description>
      <pubDate>Fri, 05 Mar 2010 20:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65232#M18603</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-03-05T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65233#M18604</link>
      <description>How about PROCs like DATASETS, CONTENTS for file/variables and PROC PRINT for variable values?  &lt;BR /&gt;
&lt;BR /&gt;
Consider using SAS Explorer window, drill down to the desired file to get the VIEWTABLE perspective.  How about starting with LIBRARIES, SASHELP and look at the file CLASS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
sas introduction explorer window site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Also, consider:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002255451.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002255451.htm&lt;/A&gt;</description>
      <pubDate>Fri, 05 Mar 2010 21:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65233#M18604</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-05T21:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65234#M18605</link>
      <description>Are you using SAS EG 4.2?&lt;BR /&gt;
&lt;BR /&gt;
As much as I know when running a SQL create table statement the new data set doesn't open automatically (which is something I like).&lt;BR /&gt;
&lt;BR /&gt;
If it's EG 4.2: There are some EG options around which allow you to alter the behaviour for newly created tables.&lt;BR /&gt;
&lt;BR /&gt;
The table should also be added to the library where you created it (you find this under the server where you run this code). It might be necessary to refresh the view for the library and I believe to see the data you have then to add the table to your project...  something like this. &lt;BR /&gt;
I'm also often clicking a bit more than necessary with the new 4.2 version as not everything is that intuitive (even though 4.2 is an improvement over 4.1).&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Sun, 07 Mar 2010 04:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65234#M18605</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-03-07T04:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65235#M18606</link>
      <description>I'm using EG 4.2 and I did think that the tables get saved in the library I create. But apparently they don't. I refreshed it too, but no luck.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 08 Mar 2010 14:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65235#M18606</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-03-08T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65236#M18607</link>
      <description>I'm using EG 4.2 and I did think that the tables get saved in the library I create. But apparently they don't. I refreshed it too, but no luck.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 08 Mar 2010 14:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65236#M18607</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-03-08T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65237#M18608</link>
      <description>I'm using EG 4.2 and I did think that the tables get saved in the library I create. But apparently they don't. I refreshed it too, but no luck.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 08 Mar 2010 14:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Viewing-tables/m-p/65237#M18608</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-03-08T14:39:55Z</dc:date>
    </item>
  </channel>
</rss>

