× 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 did find that the module source specified a BNDDIR h-spec and that binding
directory included the service program that I was trying to modify. I tried
removing the BNDDIR from the source because I didn't think there was
anything in the service program that needed it and I was correct. I also
removed the OPTION(DUPPROC) and it recreated fine.

It was painful but I learned something about service programs. Now if I can
only remember it the next time. :)

Thanks everyone for all of your insight.

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
dlclark@xxxxxxxxxxxxxxxx
Sent: Monday, August 15, 2016 12:04 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
<rpg400-l@xxxxxxxxxxxx>
Subject: RE: Need help with a service program

"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 08/12/2016 02:32:05
PM:
OK, now the next problem.

When I try to create the service program using *SRCFILE, it is popping
an error because it is finding the definitions in both the *MODULE and
the *SRVPGM.

Definition supplied multiple times for symbol 'SCGETNVP'.

We are using Aldon so I can't alter the library list during compiles
and promotes and the *SRVPGM it is finding is in production. Is there
any way around it finding the *SRVPGM in the libl and triggering this
error?

In most cases the binder will weed out "duplicate" references when
it is able to determine that such references are really to the same
procedure in the same service program. However, occasionally it will think
that they are two different procedures even though you know they are really
the same one. In most cases, this occurs because the procedure interface
has changed in some way for the procedure.

Note that the binder does not search the library list for either
modules or service programs unless the binding directory tells it to do
that. So, what I have found the problem to be is that the service program
reference is specified both in the module (via H-spec or ctrl-opt) and as a
BNDDIR parameter override in the CRTSRVPGM command. Use one or the other --
but not both. In this way we only have to have just one binding directory,
too. I would not use the *DUPPROC option to eliminate duplicates.

If you've done all of the above and you still find you are getting
duplicate procedure references, then I do one of two things. In some cases
the service program is in my development library. If it is, then I delete
that before recreating the service program. In other cases the service
program may be at a higher promotion level and I don't want to delete that.
In this case, I remove the service program from the binding directory,
recreate the service program, and then re-add the service program to the
binding directory.

A better solution would be if IBM would give us a CHGBNDDIRE command
and an activation option of *INACTIVE for these types of situations so that
the binder would bypass the service program in question. I asked for this
(among other enhancements to the WRKBNDDIRE command, but who knows if they
will ever do it.

Sincerely,

Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331




****************************************************************************
*****************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please immediately
notify the sender and delete and destroy the message and all copies. All
unauthorized direct or indirect use or disclosure of this message is
strictly prohibited. No right to confidentiality or privilege is waived or
lost by any error in transmission.
****************************************************************************
*****************
--
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.

Please contact support@xxxxxxxxxxxx for any subscription related questions.


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.