fmctjcim.c


Abstract This example shows sample source code for a program that implements an activity. The program analyzes any input and output container structures retrieved from the Program Execution Agent (PEA). It then sets the values of the output container by querying the user for a new value.

The return code, which the program is to return, can be specified using a command-line parameter in the program's FDL definition. In general, its output is written to a file called fmctjcim.log.

This example shows ...
  • How to access an input container and how to read its values.
  • How to access an output container and how to set its values.
  • How to establish a connection to the Execution Server (passthrough).
You can use this example ...
  • For a temporary activity implementation.
  • As a tool that displays input and output container values.
Minimum MQWF version required
  • V3.2.2
View source code  fmctjcim.c 


[ Back to C index ]