×
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.
I think James meant accessing streamfiles, not database files.
No, RPG does not have "native" support for streamfiles, like it has for db files with "chain" and the likes.
But it is easy to declare some RPG prototypes to use the "UNIX-style" API's like "fopen" to access streamfiles on the IFS.
Jacobus> From: tuohyp@xxxxxxxxxxxxxxxxx> To: rpg400-l@xxxxxxxxxxxx> Subject: RE: Passing a file to a procedure> Date: Sat, 24 Nov 2007 09:07:42 +0000> > Hi James,> > The answer is yes (ish) if the format ids of the 25 files is the same - if> not, the answer is no.> > Regards> > Paul Tuohy> ComCon> www.comconadvisor.com > www.systemideveloper.com > > -----Original Message-----> From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]> On Behalf Of James Lampert> Sent: 24 November 2007 01:55> To: RPG programming on the AS400 / iSeries> Subject: Re: Passing a file to a procedure> > I wrote, about my ILE C example:> >> Is there a way to do something similar in ILE RPG?> > What I meant is, is there a way to do something similar NATIVELY in ILE > RPG. Because the program is already using native RPG I/O on the files.> > -- > James H. H. Lampert> Touchtone Corporation> > -- > This is the RPG programming on the AS400 / 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.> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > This is the RPG programming on the AS400 / 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.