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


  • Subject: Re: binding directories and procedure prototypes
  • From: cmassoglia@xxxxxxxxxxx (Charlie Massoglia)
  • Date: Sat, 31 May 1997 13:22:53 -0400

>Charlie Massoglia wrote:
>>
>> I add all service programs to the start of the binding directory and all
>> modules to the end.  All CRTPGM's reference the same binding directory in an
>> application.
>>
>
>Is there any way to easily rearrange the list (like to add another
>service program in the middle) without reentering the whole thing?  If
>we put all modules and service programs in one directory, there will be
>hundreds of them.

You can add an entry before or after another entry.  Remember, the more
entries in your binding directory, the slower the CRTPGM will run.  You
might want to consider just adding the service program entries and not the
modules.
>
>Do you get any kind of duplicate errors when a module is listed
>individually and it is also in a listed service program?
>-- 
No, the first service program or module in the list which satisfies the
unresolved reference is bound by reference if it is a service program or by
copy if it is a module.

If 2 entries resolve the same reference and both are required to resolve 2
additional separate references, there may be a problem.  I have not tested
this because we NEVER permit this situation.  E.g. Module 1 refers to A, B,
and C.  Module 2 resolves references to A and B.  Module 3 resolves
references to A and C.  Both modules must be bound to resolve references to
B and C but you can not bound them together because they both define A.


Charlie Massoglia, Massoglia Technical Consulting, Inc.
PO Box 1065, Okemos, MI 48854, USA
517-676-9700  Fax: 517-676-1006  EMAIL: cmassoglia@voyager.net


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the Midrange System Mailing List!  To submit a new message,   *
* send your mail to "MIDRANGE-L@midrange.com".  To unsubscribe from     *
* this list send email to MAJORDOMO@midrange.com and specify            *
* 'unsubscribe MIDRANGE-L' in the body of your message.  Questions      *
* should be directed to the list owner / operator: david@midrange.com   *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.