Thomas Berg wrote:
But can You intermix non-DDLs and DLLs ?
In the same linkedit step ?
Or in the same "load module" ?

(Thats our problem !)

;)

Regards,
Thomas Berg __________________________________________
Thomas Berg   Specialist   IT-U   SWEDBANK

No. From a single module, dynamic calls are either
all DLL or all non-DLL. But you can combine dynamic
calls and static calls from a single module. or
you can dynamically call a module that in turn can
do DLL calls and dynamically call a different module
that can do non-DLL calls. It all depends on your
application.


Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to