I think that's normal for the binder to not show the module information for 
your exported functions & variables, because they are being exported by the 
module currently being bound, so it's sort of superfluous.

For historical reasons the binder uppercases things.  You can either use the 
CASE=MIXED parm, or (preferable so it works regardless), put quotes around the 
symbol names on the control statements.  If you look at the SYSDEFSD produced 
by the binder, it quotes these:

  IMPORT CODE64,'SYSADATA','opendata'

On 22 Aug 2019 18:55:24 -0400 Joseph Reichman <[email protected]> wrote:
> Did that my problem now Is that I am getting unresolved in the Assembler 
> program which is calling my DLL,   
> the DLL exported function which is a C program

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to