fmctjbas.c


Abstract This example demonstrates basic MQ Workflow API knowledge.

It shows how to establish a connection to an MQ Workflow Execution Server, and how to query or change details about the logged-on user.

This example shows ...
  • The general method for establishing and closing a session.
  • How to specify different session modes when logging on.
  • How to handle the FmcjPerson object.
You can use this example to ...
  • Change the password for the logged-on user.
  • Set the substitute for the logged-on user.
  • Set the logged-on user absent or not.
Minimum MQWF version required
  • V3.2.2
View source code  fmctjbas.c

[ Back to C index ]