<?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 Creating single Lib in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60405#M6127</link>
    <description>Hi there.&lt;BR /&gt;
I am atmpting to create single Lib from 2 different libs in my autoexec file&lt;BR /&gt;
Here is what I have:&lt;BR /&gt;
&lt;BR /&gt;
libname &lt;I&gt;lib1&lt;/I&gt; odbc&lt;BR /&gt;
	DATASRC=server	&lt;BR /&gt;
	USER=userID&lt;BR /&gt;
	PASSWORD="&amp;amp;dbpass"	&lt;BR /&gt;
	readbuff=1000&lt;BR /&gt;
	schema='dbo'&lt;BR /&gt;
	;&lt;BR /&gt;
&lt;BR /&gt;
libname &lt;I&gt;lib2&lt;/I&gt; odbc&lt;BR /&gt;
	DATASRC=server&lt;BR /&gt;
	USER=userID&lt;BR /&gt;
	PASSWORD="&amp;amp;dbpass"	&lt;BR /&gt;
	readbuff=1000&lt;BR /&gt;
	schema='Floro'&lt;BR /&gt;
	;&lt;BR /&gt;
libname &lt;I&gt;lib3&lt;/I&gt; (&lt;I&gt;lib1 lib2&lt;/I&gt;);&lt;BR /&gt;
&lt;BR /&gt;
So what I whant to do is to only have &lt;I&gt;lib3&lt;/I&gt; in my explorer window. Right now I am geting all 3 libs displayed. But I want only &lt;I&gt;lib3&lt;/I&gt; to be desplayed.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Fri, 19 Feb 2010 21:18:42 GMT</pubDate>
    <dc:creator>BigZ</dc:creator>
    <dc:date>2010-02-19T21:18:42Z</dc:date>
    <item>
      <title>Creating single Lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60405#M6127</link>
      <description>Hi there.&lt;BR /&gt;
I am atmpting to create single Lib from 2 different libs in my autoexec file&lt;BR /&gt;
Here is what I have:&lt;BR /&gt;
&lt;BR /&gt;
libname &lt;I&gt;lib1&lt;/I&gt; odbc&lt;BR /&gt;
	DATASRC=server	&lt;BR /&gt;
	USER=userID&lt;BR /&gt;
	PASSWORD="&amp;amp;dbpass"	&lt;BR /&gt;
	readbuff=1000&lt;BR /&gt;
	schema='dbo'&lt;BR /&gt;
	;&lt;BR /&gt;
&lt;BR /&gt;
libname &lt;I&gt;lib2&lt;/I&gt; odbc&lt;BR /&gt;
	DATASRC=server&lt;BR /&gt;
	USER=userID&lt;BR /&gt;
	PASSWORD="&amp;amp;dbpass"	&lt;BR /&gt;
	readbuff=1000&lt;BR /&gt;
	schema='Floro'&lt;BR /&gt;
	;&lt;BR /&gt;
libname &lt;I&gt;lib3&lt;/I&gt; (&lt;I&gt;lib1 lib2&lt;/I&gt;);&lt;BR /&gt;
&lt;BR /&gt;
So what I whant to do is to only have &lt;I&gt;lib3&lt;/I&gt; in my explorer window. Right now I am geting all 3 libs displayed. But I want only &lt;I&gt;lib3&lt;/I&gt; to be desplayed.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Fri, 19 Feb 2010 21:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60405#M6127</guid>
      <dc:creator>BigZ</dc:creator>
      <dc:date>2010-02-19T21:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating single Lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60406#M6128</link>
      <description>Forum etiquette suggestion: Duplicate posts in more than one forum is not necessary.&lt;BR /&gt;
&lt;BR /&gt;
Regarding your question, my attempt at this task required a manual delete from the SAS Explorer Window.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 20 Feb 2010 15:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60406#M6128</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-02-20T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating single Lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60407#M6129</link>
      <description>Hmm, EG is really designed to show you everything. You could try assigning lib1 and lib2 in the config file instead (syntax is a bit different from an autoexec). By default, they won't show up on the server list until the data is accessed... but I think that would happen as soon as you start using files from the concatenated library.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps someone else will have a good suggestion!</description>
      <pubDate>Sun, 21 Feb 2010 03:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60407#M6129</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2010-02-21T03:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating single Lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60408#M6130</link>
      <description>FYI&lt;BR /&gt;
I was able to solve my own problem. Here is my solution to the problem. I am posting it so that others can use it if they need it. &lt;BR /&gt;
&lt;BR /&gt;
libname lib1 odbc&lt;BR /&gt;
DATASRC=server&lt;BR /&gt;
USER=userID&lt;BR /&gt;
PASSWORD="&amp;amp;dbpass"&lt;BR /&gt;
readbuff=1000&lt;BR /&gt;
schema='dbo'&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
libname lib2 odbc&lt;BR /&gt;
DATASRC=server&lt;BR /&gt;
USER=userID&lt;BR /&gt;
PASSWORD="&amp;amp;dbpass"&lt;BR /&gt;
readbuff=1000&lt;BR /&gt;
schema='Floro'&lt;BR /&gt;
;&lt;BR /&gt;
libname lib3 (lib1 lib2);&lt;BR /&gt;
&lt;BR /&gt;
libname lib1 clear;&lt;BR /&gt;
libname lib2 clear;</description>
      <pubDate>Wed, 24 Feb 2010 18:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-single-Lib/m-p/60408#M6130</guid>
      <dc:creator>BigZ</dc:creator>
      <dc:date>2010-02-24T18:50:49Z</dc:date>
    </item>
  </channel>
</rss>

