Debug ACCTCLNT

You can start debugging a CICS application by using the Enterprise Server Dynamic Debugging facility, which enables you to debug a service on a local or remote enterprise server.

Note: When you have finished debugging, you must stop the debugger before you stop the enterprise server. This stops all the active transactions and ensures the enterprise server stops cleanly.
  1. Choose Debug > Start Debugging.
  2. In Rumba+ Desktop, run the ACCT transaction.
  3. On the ACCOUNT FILE: MENU screen, enter the first letter of a surname for a record you added into the Surname field. For example, if you used the supplied test data, type W (upper case).
  4. Step through the application in the usual manner.

    When you have stepped through the appropriate code, a list of records that start with W appears on the screen.

  5. To stop debugging, click Debug > Stop debugging.
  6. To stop the server, right-click ACCTCLNT in Server Explorer and click Stop.