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
- In the Program Editor select the Function definition option
from the PROGMAKE facilities menu
- In the QAB function/macro set up dialog specify a suitable
Function name
- Specify the type as C function
- 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 .