×
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.
IMO before offering any advice I would need for Dave to clarify some
ambiguity in his question.
Dave:
Do you want to /replace/ the matching-record logic program with a SQL file
comparison, or do you want to only replace the OPNQRYF step in the job with
SQL ?
If you are trying to go pure SQL to join and compare the files, having
duplicate keys in the files will be a problem.
- sjl
Gary wrote:
Use a Common Table Expression to order file 1 in the preferred sequence,
then join to the CTE, returning the matched rows as one long record that
is mapped into two data structures then make comparisons between the
two data structures ?
Dave wrote:
Hi all,
I want to compare two files : the results of a test against the results of
the last test. We have an old home utility that generates an rpg matching
record program. When there are key fields in both ascending and descending
order, we use opnqryf in a clp that calls the rpg to temporarily reorganize
the files so that matching will work.
How could this be done in sql?
Thanks
--
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.