Customizing z/OS Debugger Code Coverage
- Observation viewer - browse code coverage observation data set.
- z/OS Debugger options - create or modify the z/OS Debugger code coverage options data set.
- Observation selection criteria - create or modify the observation selection criteria and source markers data set.
- Observation extraction - extract code coverage observations by using selection criteria.
- Report generation - create reports.
You can set the default values for the data set naming pattern for the first three functions for the users by taking the following steps:
- Review the parameter described in the following table. Verify that you have all the information to specify the value for the parameter. See the EQAZDSYS member of the hlq.SEQATLIB data set for the parameter and the syntax convention.
- Edit the EQAZDSYS1 member of the hlq.SEQATLIB data
set. Modify the parameter required by your site. You can add parameters by doing one of the
following alternatives:
- Use the
INCLUDE
'any.data.set.name'; statement to include statements from a data set that you created. - Use the
INCLUDE
membername; statement to include parameters from other members in the hlq.SEQATLIB data set.
- Use the
If your application programmers use terminals that cannot display text in mixed-case English, enter parameters and their values in uppercase English.
See "z/OS Debugger Code Coverage" in the IBM® z/OS Debugger User's Guide for how to use the z/OS Debugger code coverage function.
Name of parameter | Description |
---|---|
cconmp | The naming pattern of the code coverage options data set. The utility builds a data set name by using the naming pattern that is used when the option is selected for the first time. The data set name and modification (if user modifies it) are persistent across IBM z/OS Debugger Utilities sessions. The following list describes the rules of using the token:
|
ccsnmp | The naming pattern of the code coverage observation selection criteria data set. The utility builds a data set name by using the naming pattern that is used when the option is selected for the first time. The data set name and modification (if user modifies it) are persistent across IBM z/OS Debugger Utilities sessions. The following list describes the rules of using the token:
|
ccxnmp | The naming pattern of the code coverage observations data set. The utility builds a data set name by using the naming pattern that is used when the option is selected for the first time. The data set name and modification (if user modifies it) are persistent across IBM z/OS Debugger Utilities sessions. The following list describes the rules of using the token:
|
SMP/E USERMODsin the IBM z/OS Debugger Customization Guide for an SMP/E USERMOD for this customization.