×
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.
Ffile1 if e k disk
Ffile2 if e k disk
D File1Flds E Ds Extname(file1)
D File2Flds E Ds Extname(file2)
i_equal = *on;
Dow i_equal;
Read file1;
Read file2;
i_equal = File1Flds = File2Flds;
Enddo;
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of tim.dclinc@xxxxxxxxx
Sent: Wednesday, May 28, 2014 3:31 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: comparing fields (serveral hundred)
i have a program where i need to compare the fields from 2 files. They are identical. Rather then having to code each field, is there a better way to do this?
I have my files defined as follows:
D FILE E DS ExtName(FILE) inz
d prefix('G')
d F_b ds likeds(FILE) inz
d F_a ds likeds(FILE) inz
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.