Debugging Db2® programs in batch mode
In order to debug your program with z/OS® Debugger while in batch mode, follow these steps:
- Make sure the z/OS Debugger modules are available, either by STEPLIB or through the LINKLIB.
- Provide all the data set definitions in the form of DD statements (example: Log, Preference, list, and so on).
- Specify your debug commands in the command input file.
- Run your program through the TSO batch facility.
Refer to the following topics for more information related to the material discussed in this topic.
- Related tasks
- Preparing a Db2 program