The attach files did not show up. However, are you using the manual zSeriesApplication Programming SB10-7030-06
And what level of z/OS are you doing this on? /*********************** Include Files ***********************************/ #include <os2.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <memory.h> #include "hwmcaapi.h" <---- especially this one? Did you include the above statements in your C++ code? Lizette Koehler >Hello, > >In first, I'm sorry if my English is not very good but i try to do my > best. >Second, I am a beginner in C++ under z/OS > >I try to use a sample ( C++ language) provide on ibm ressource link web > site. >This sample is use to manage HMC console with snmp by batch on z/OS >4 files are provides >- sample C++ (source code) >- API for HMC commande (header file) >- Import files (sidedeck) who contains external definition fonctions >- DLL file (I suppose) for this files there are no source code provide > >When I try to use my PGM ZSAMP, I have this message when it call the > DLL > >HCSV016I REQUESTED MODULE HWMCAAPI IS NOT EXECUTABLE >IEF450I ADCBRUN PRUN - ABEND=S706 U0000 REASON=00000004WMCAAPI) > >I have the good STEPLIB in my JCL >Does anyone can explain to my what I have to do ? How to process to > resolve >this type of trouble. > >I have attach a file report.txt that contains the execution of eatch > job >That I have used. There is three part CBCC, CBCL and RUN > >Thank's for your help > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

