Run the FunctionEmulation Application

Provides step-by-step instructions to run the FunctionEmulation application using the Visual Studio debugger.
  1. From the Solution Explorer, open the FunctionEmulation.cbl source file.
  2. Set a break point on the GO BACK line.
  3. Press F5 to start debugging.
  4. Use the tools available from the Debug toolbar or menu to continue to your breakpoint.

You should see from the output that the results are calculations performed by your user-defined functions.