F
Fuelfire
Guest
Here is C invocation: MQOPEN (Hconn, &ObjDesc, Options, &Hobj, &CompCode, &Reason); Declare the parameters as follows: MQHCONN Hconn; /* Connection handle */ MQOD ObjDesc; /* Object descriptor */ MQLONG Options; /* Options that control the action of MQOPEN */ MQHOBJ Hobj; /* Object handle */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */ Cobol, PL and others are the same.
Continue reading...
Continue reading...