Thanks Luis, I missed the V4R4 part. How old is that now?
Luis Rodriguez wrote:
Robert,
I think that EXTFILE appeared first with V5R1.
Booth,
Do you have SQL? Even if the field attributes aren't exactly the same, as
long as they are the same basic type (numeric, character) you could do an
INSERT INTO NEWFILE (NEW_FIELD1, NEW_FIELD1, NEW_FIELDNN) Select OldFIeld_1,
OldFIeld_2, OldFIeld_nn From OLDFILE.
HTH,
Luis Rodriguez
IBM Certified Systems Expert -- eServer i5 iSeries
On Tue, Nov 10, 2009 at 11:47 AM, Robert Rogerson [1]<rogersonra@xxxxxxxxx>wrote:
Hi Booth,
If it's a one time thing CPYF with *MAP *DROP may work.
If RPG then wouldn't EXTFILE and PREFIX not work? You could PREFIX(N_)
for the new file and PREFIX(O_) for the old file.
Rob
Booth Martin wrote:
I have to populate a new file in a new library with data from an old
file in an old library. The file names are the same, but the field
names are different/ Both are externally defined.
Great excuse to use EXTFILE() keyword! :)
This machine is at v4r4. :(
I thought I knew how to do this, but I can see now that I don't.
Any suggestions would be appreciated.
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list
To post a message email: [2]RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [3]
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: [4]RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [5]
http://archive.midrange.com/rpg400-l.
References
Visible links
1. mailto:rogersonra@xxxxxxxxx
2. mailto:RPG400-L@xxxxxxxxxxxx
3.
http://lists.midrange.com/mailman/listinfo/rpg400-l
4. mailto:RPG400-L-request@xxxxxxxxxxxx
5.
http://archive.midrange.com/rpg400-l
As an Amazon Associate we earn from qualifying purchases.