Run the FunctionEmulation Application

Provides step-by-step instructions to run the FunctionEmulation application using the Eclipse debugger.
  1. From the Application Explorer, open the FunctionEmulation.cbl source file.
  2. Set a break point on the GO BACK line.
  3. Click Run > Debug to start debugging.
  4. If prompted with the Debug As dialog box, select COBOL Application; then click OK.
  5. When prompted to open the Debug perspective, click Yes.
  6. Click Resume to continue to your breakpoint.

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

Note: If the output window is not visible, minimize Eclipse to reveal it.

This completes the tutorial.