tibemsXAResource_SetRMID

Function

Purpose

Assign an RMID to a resource.

C Declaration

tibems_status tibemsXAResource_SetRMID(
    tibemsXAResource xaResource,
    tibems_int rmid );

COBOL Call

CALL "tibemsXAResource_SetRMID"
     USING BY VALUE xaResource,
           BY VALUE rmid,
           RETURNING tibems-status
END-CALL.
Note: xaResource has usage pointer.

Parameters

Parameter Description
xaResource Set the RMID of this resource.
rmid Use this RMID.