Thats true, but with truly mixing and dynamic calls you need a DLL and a 
no-DLL version of all modules, which is highly inconvenient and causes a lot of 
grief.
LE supports mixing of XPLINK and non-XPLINK modules, why the heck it doesn't 
support mixing of DLL and no-DLL modules? That would make life in mixing COBOL 
and Java a lot easier.

Denis.


 

-----Original Message-----
From: Steve Comstock <st...@trainersfriend.com>
To: IBM-MAIN@bama.ua.edu
Sent: Wed, 7 Jan 2009 3:02 pm
Subject: Re: SV: Survey says...









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?



 


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