Setting up QA Build (Dedicated PROGRUN only)

To call a C procedure body in your QA Build program you must set up a procedure of type Link to C. The QA Build Program Editor will behave as if the procedure body was of any regular procedure type.

To set up the procedure

  1. In the Procedure Dialog specify the Procedure Type as Link to C
  2. Specify the main mapname as CBODY1
  3. Specify the remarks mapname as CBODY2
  4. Set the procedure as a repeated procedure with Condition to repeat as Condition 1

Answer these questions in the same way as for any other procedure type

Compile your QA Build program in the normal way. At the end of the program compilation create a .C file. There is no need to generate a procedure interface.

To compile your QA Build program

Screen ? No
Printer ? No
File ?  Yes
Print device DEFAULT_PRINTER
Output file PROG1 ( .C )

This entry screen appears at the end of the program compilation. Accepting the defaults gives you a .C file of the same name as your QA Build program