×
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.
Maybe something along these lines:
CREATE VIEW AllWarehouses (Field1, Field2, Field3) AS
SELECT AAField1, AAField2, AAField3
FROM File1
UNION ALL
SELECT BBField1, BBField2, BBField3
FROM File2
Scott
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Hoteltravelfundotcom
Sent: Tuesday, June 25, 2013 12:59 PM
To: Midrange Systems Technical Discussion
Subject: Merge of 2 similar files
We have 2 files which contains warehouse locations data. They are basically the same file but each has its record id and all fields will conform to record id in the first 2 positions.
For reporting purposes, I can use 1 file but by just adding records one to the other, i get the 2 sets of fields.
Is there a simple way to make this one file with one set of fields that is instead of AABIN and BBBIN just AABIN.
I think with an RPG program I can write all fields to the new name. But wondering is there a simpler way.
--
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.