Debugging Db2® programs in batch mode

In order to debug your program with z/OS® Debugger while in batch mode, follow these steps:

  1. Make sure the z/OS Debugger modules are available, either by STEPLIB or through the LINKLIB.
  2. Provide all the data set definitions in the form of DD statements (example: Log, Preference, list, and so on).
  3. Specify your debug commands in the command input file.
  4. Run your program through the TSO batch facility.

Refer to the following topics for more information related to the material discussed in this topic.