mqseries_begin
MQseries MQBEGIN
&reftitle.description;
voidmqseries_begin
resourcehconn
arraybeginOptions
resourcecompCode
resourcereason
The
mqseries_begin
(MQBEGIN) call begins a unit of work that is coordinated by the queue
manager, and that may involve external resource managers.
Using
mqseries_begin
starts the unit of work. Either
mqseries_back
or
mqseries_cmit
ends the unit of work.
&reftitle.parameters;
hConn
Connection handle.
This handle represents the connection to the queue manager.
compCode
Completion code.
reason
Reason code qualifying the compCode.
&reftitle.returnvalues;
&return.void;
&reftitle.examples;
mqseries_begin
example
\n", $comp_code, $reason, mqseries_strerror($reason));
}
}
?>
]]>
&reftitle.notes;
mqseries_begin
will not function when using MQSeries Client to connect to a Queueu Manager.
&reftitle.seealso;
mqseries_conn
mqseries_connx
mqseries_back
mqseries_cmit