From techtarget.com
Select * from qadbfdep
Where DBflib <> DBfldp
Order by DBfldp, DBffdp
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Steinmetz, Paul
Sent: Monday, July 13, 2015 1:54 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: Easy way to find Physical & Logical files in different
libraries
Jack,
You actually want DSPDBR FILE(library in question/*ALL) OUTPUT(*OUTFILE)
OUTFILE(QGPL/DSPDBRTST)
Then in the outfile, check Library WHRLI NE to
Dependent library WHRELI
SQL may also be an option.
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jack
Tucky
Sent: Monday, July 13, 2015 1:43 PM
To: Midrange Systems Technical Discussion
Subject: Easy way to find Physical & Logical files in different libraries
I would like to identify all of the logical files on the sysem that are
based on physical files in a different library.
My first idea was to use DSPFD to an outfile. Is there a better way, maybe
by using SQL and the system tables?
Thanks for any suggestions.
Jack
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.