× 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 gotta agree with Tommy's thoughts here on the binding directories.

Whenever I make a service program I have 3 source members involved.

The Procedures source member (or 'functions' source member if you like
that)
Name=SRVPGM_F

The Prototypes source member
Name=SRVPGM_P

The Exports (binder) source member.
Name=SRVPGM_X

Then I create the module against the SRVPGM_F member.
CRTRPGMOD

Then create the service program against the above module.
CRTSRVPGM

Then add an entry to the binding directory for that service program.

Voila it's available to be user by RPG XYZ program simply by
/copy(ing) the prototype source member, SRVPGM_P, in XYZ and
Indicating the binding directory in the compile whether in an H
Spec or on the command.

** We keep all the members in QSRVSRC so it is necessary to indicate
The Exports source member, SRVPGM_X, in the CRTSRVPGM command.

Hth

John B.




message: 5
date: Fri, 23 May 2008 09:28:34 -0500
from: Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx
subject: Re: Help with my first SRVPGM

use binding directories for your service programs...it makes maintenance

so much easier. add the service programs to the binding directory and
in
your programs just put BNDDIR('MYBNDDIR') on your H spec then you don't
have to use BNDSRVPGM, etc on the compile..the compiler will use the
binding directory to find and resolve to the service programs and it's
procedures.

personally i discourage the use of binding directories for modules...but

then again i don't keep modules hanging around. i use them to compile
then nuke 'em.

Thanks,
Tommy Holden




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.