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



Good point about EXPORT(*ALL).
I always list all the exports I want to keep. It's another "double entry" check on myself.

--alan




-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
Sent: Friday, October 11, 2013 3:33 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Service program question

On 10/11/2013 3:12 PM, rick baird wrote:
Correct me if I'm wrong, but I though that if you didn't change any
interface parameters, you could change a service program and not have
to recompile all the programs that use it.

I do that all the time.

That doesn't appear to be the case, as I'm getting call errors on
programs that use it.

With EXPORT(*ALL) the system-generated signature may not match the last time the SRVPGM was created. Check the signatures (DSPPGM and
DSPSRVPGM) to see that they match. Assuming they don't, one way around this is to RTVBNDSRC and create your own signature for it - one that matched the one in DSPPGM. Re-create the service program and it will now export the signature already in use by the *PGM objects and you should be good to go.

If in the future you decide that's a really ugly signature, keep it as a *PRV block and make a new *CURRENT block with a more appealing one.
--buck
--
This is the RPG programming on the IBM i (AS/400 and 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.


--------------------------------------------------------------------------------
Confidentiality Notice: This email may contain confidential information or information covered under the Privacy Act, 5 USC 552(a), and/or the Health Insurance Portability and Accountability Act (PL 104-191) and its various implementing regulations and must be protected in accordance with those provisions. It contains information that is legally privileged, confidential or otherwise protected from use or disclosure. This e-mail message, including any attachments, is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. You, the recipient, are obligated to maintain it in a safe, secure and confidential manner. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Thank you.
--------------------------------------------------------------------------------



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.