SRVCMIT - Server Commit Time

This Natural profile parameter specifies the time at which a Natural RPC server automatically commits an RPC conversation or a non-conversational RPC request.

Possible settings B The Natural RPC server automatically commits a database transaction before the reply is sent to the client.

Note:
If the reply fails, the database transaction is already committed.

A The Natural RPC server automatically commits a database transaction after the reply has been successfully sent to the client.

Note:
If the reply fails, the database transaction is rolled back.

Default setting B  
Dynamic specification yes  
Specification within session no  

Notes:

  1. SRVCMIT is specified on the server side only.
  2. This parameter is only evaluated if the profile parameter ETEOP is set to ON.
  3. For information on Natural RPC, see the Natural RPC (Remote Procedure Call) documentation.