View previous topic :: View next topic |
Author |
Message |
sumithar Beginner
Joined: 22 Sep 2006 Posts: 84 Topics: 29
|
Posted: Tue Sep 23, 2008 7:44 am Post subject: DLL |
|
|
I am familiar with DLLs on the PC side where you have a single file that contains one or more objects that can be called dynamically (w/o having to be in the .exe file, that is).
Came across DLL's on the mainframe side only recently- I had always thought that DLL's were the same as what I had called Dynamic linking- where I either use the DYNAM compiler option or the name of the called Subprogram is a variable instead of a literal
But I found out that DLL/NODLL is a different compiler option
What exactly is the difference between a DLL and dynamic invocation of a program as I understood?
The DLL and DYNAM options seem to be mutex when compiling.
What I have read of it says that they are really the same but DLL works with C programs and allows long names (but also forces to use PDSE). Rather confusing |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Sep 23, 2008 2:53 pm Post subject: |
|
|
See your replies on another forum. It is 'bad form' to post on multiple forums simultaneously. Post on one - then wait a couple of days, and if no suitable solution, post on the next. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
sumithar Beginner
Joined: 22 Sep 2006 Posts: 84 Topics: 29
|
Posted: Tue Sep 23, 2008 3:50 pm Post subject: |
|
|
Nic Clouston wrote: | See your replies on another forum. It is 'bad form' to post on multiple forums simultaneously. Post on one - then wait a couple of days, and if no suitable solution, post on the next. |
Cool- slap on the wrist accepted. |
|
Back to top |
|
|
|
|