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.
- Choose
Debug > Start Debugging.
- In Rumba, run the ACCT transaction.
- 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).
- 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.
- To stop debugging, click
Debug > Stop debugging.
- To stop the server, right-click
ACCTCLNT in Server Explorer and click
Stop.