<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How i can create LF View To More than One Library?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-db2-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-db2-2/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 01:19:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-db2-2/#comment-81084</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 02 Sep 2010 01:01:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-81084</guid>
		<description><![CDATA[It can be done as a native DDS JOIN LF, a multi-format LF or simply as a normal LF over multiple data members. Or it can be done as a SQL DML VIEW that JOINs or UNIONs multiple underlying TABLEs and/or VIEWs or as a simple cross-product &quot;join&quot;.

There are multiple possibilities with native or SQL methods. The appropriate technique might require seeing a sample of the tables and a description of final result.

Tom]]></description>
		<content:encoded><![CDATA[<p>It can be done as a native DDS JOIN LF, a multi-format LF or simply as a normal LF over multiple data members. Or it can be done as a SQL DML VIEW that JOINs or UNIONs multiple underlying TABLEs and/or VIEWs or as a simple cross-product &#8220;join&#8221;.</p>
<p>There are multiple possibilities with native or SQL methods. The appropriate technique might require seeing a sample of the tables and a description of final result.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-db2-2/#comment-81076</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 01 Sep 2010 23:23:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-81076</guid>
		<description><![CDATA[Are you refering to an SQL view to be used with SQL commands or a native Ligical file which would be used in RPG/COBOL reads.
If its SQL then you would do it with a union statement
As
Create view myview as
Select flda, fldb from lib1/file1 
union
Select flda, fldb from lib2/file1

while this can be done in a native lf with multi-formats.  
The native LF over multiple libraries can lead to some serious backup and restore issues.
Phil]]></description>
		<content:encoded><![CDATA[<p>Are you refering to an SQL view to be used with SQL commands or a native Ligical file which would be used in RPG/COBOL reads.<br />
If its SQL then you would do it with a union statement<br />
As<br />
Create view myview as<br />
Select flda, fldb from lib1/file1<br />
union<br />
Select flda, fldb from lib2/file1</p>
<p>while this can be done in a native lf with multi-formats.<br />
The native LF over multiple libraries can lead to some serious backup and restore issues.<br />
Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.030 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 01:20:05 -->