|
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of David Foxwell
Sent: Monday, May 07, 2007 9:32 AM
To: RPG programming on the AS400 / iSeries
Subject: Re: ILE question : parmameters, modules and service programs
Thanks for all the help.
My problem now with service programs is that I don't see why
I would put exported procedures anywhere else!
If I create an exported procedure it's surely to be able to
call it from more than one program, so why have we been
putting everything in modules?
Answers, please.
We DO have an application that recompiles all the necessary
objects when a module is modified. Trouble is, more and more
programs are binding the same procedures and the application
seems to want to compile the whole machine when one of our
more popular modules is modified!
As for adding parameters, is this not a an idea ? :
Calling procedure
/COPY QRPGLESRC,DSPEC_P1
WPARM1 = IPARM1
WPARM2 = IPARM2
/COPY QRPGLESRC, CALL_P1
*************************************
QRPGLESRC/DSPEC_P1
D WPARM1 S LIKE(REF_PARM1)
D WPARM2 S LIKE(REF_PARM2)
*************************************
QRPGLESRC/CALL_P1
CALLP ( WPARM1 : WPARM2 )
*************************************
I haven't tried this, maybe someone will see a flaw right
away and save me some time.
--
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.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.