SPACHFR
New User
Joined: 07 Mar 2006 Posts: 5 Location: France
|
|
|
|
Hi,
I have compiled a C++ sample provide by IBM, but when the pgm run i have a ABEND=S000 U4038 REASON=00000001 ( only when parameter's are provide.
I have find in the SYSOUT these messages.
IEW4007I FIND FOR MODULE HWMCAAPI FAILED BECAUSE DIRECTORY ENTRY IS NOT VALID FOR A LOAD MODULE.
ABEND=S000 U4038 REASON=00000001 0021
and
CEE3501S The module HWMCAAPI was not found.
The module HWMCAAPI is a DLL including externals function's call by my PGM where some parameters are specified.
It's a object provide with the sample.
I don't know what i have to do to get a valid module HWMCAAPI (bind, link ???)
Thanks |
|