×
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.
Are the field names and types the same in all versions for the fields you need?
Is adding a d spec an option?
d internalName E DS extname(fileName )
Then use sql to access?
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of James H. H. Lampert
Sent: Thursday, May 14, 2009 1:29 PM
To: RPG programming on the IBM i / System i
Subject: Re: CHAIN in program-described mode
Booth Martin wrote:
mmmmmm,,,, I see. I understood the file to be externally described but
you were redefining the file layout in the program.
Actually, opening as program-described because (beyond the first few
fields) the layout is unknown at compile time, and varies from one
installation to another. Current version of the program uses
externally-described mode, and has to be recompiled every time the
database layout changes; trying to eventually release a version that
doesn't care.
--
JHHL
--
This is the RPG programming on the IBM i / System i (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.