× 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.



Joe is saying by using prototypes, you can make either call with the
same prototype

d MyPgm pr extpgm('MYPGM')
d parm1 10a
d parm2 10a
d parm3 10a options(*NOPASS)

/free
if %parms() >= 3;
MyPgm(p1:p2:p3);
else;
MyPgm(p1:p2);
endif;
/end-free

Not really less executable code, just less lines of source assuming
you don't place each parm on it's own line.

Charles

On Fri, Aug 21, 2009 at 6:41 AM, David FOXWELL<David.FOXWELL@xxxxxxxxx> wrote:
 Hi Joe,

-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Joe Pluta
Well, had I gone a little further, I could have reduced lines of code.
You could use a single prototype with a *NOPASS on the third
variable and reuse that prototype for both calls, and then
you will have fewer lines of code.

Tell me that again!

I declare MyProc with 3 parms and *nopass on the 3rd.

I still have to decide how to call MyProc depending upon whether I receive 2 parms or 3. Don't I?

I don't see the difference.
--
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.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.