×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
SELECT SUBSTR(DBFFIL,1,10) as MainFile, DBFLIB as MainLib,
SUBSTR(DBFFDP,1,10) as DepFile, DBFLDP as DepLib,
DBFTDP as DepType
FROM QADBFDEP
WHERE DBFLIB <> DBFLDP
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jack Tucky
Sent: Monday, July 13, 2015 10:43 AM
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.
As an Amazon Associate we earn from qualifying purchases.