Previous Topic Next topic Print topic


Using OTMA with Enterprise Server

If you are using Open Transaction Manager Access (OTMA) to communicate with IMS, no special configuration is needed. However you can specify the amount of time that an OTMA client should wait for an MPR to process a message. The default is 120 seconds, but you can change this period using the environment variable ES_OTMA_TIMEOUT.

Enterprise Server's OTMA C/I (Call Interface) supports the following calls:
  • CALL FUNCTION otma_create - creates storage structures to support communications but does not establish a connection with IMS.
  • otma_open - establishes a connection with IMS. Issue an otma_create prior to establishing an otma_open call.
  • otma_alloc - creates an independent transaction session.
  • otma_send_receive - ends to IMS and passes parameters for receive functions.
  • otma_free- releases the independent transaction session.
  • otma_close - ends the connection with IMS.
Previous Topic Next topic Print topic