C Function Definitions

When using a C formula operator, a QA Build program requires information about the operator's parameters and result. Consequently you must define the name, the datatypes and the number of occurs in the Program Editor.

To set up a C function

  1. In the Program Editor select the Function definition option from the PROGMAKE facilities menu
  2. In the QAB function/macro set up dialog specify a suitable Function name
  3. Specify the type as C function
  4. In the Macro text box enter the datatypes of the function's parameters. Start with the parameters in order, followed by the datatype of the result, followed by the occurs checking number. For further on these see Function Datatypes and Occurs Checking Number .