BindExclude

Figure 1. Syntax
(1)
Notes:
  • 1 Either comma or blank character is permitted as delimiter.

You can use the BindExclude option to specify one or more module names to exclude from binder calls.

The NOBindExclude option is used to reset the list of excluded modules or to remove specific modules from the exclusion list. If it is specified without any module names, all module names are removed from the exclude list. If the option is not defined, the default is NOBindExclude, no modules are excluded.

If BindExclude is specified multiple times, only the module names from the last BindExclude option is used; previous specifications are ignored.

This option does not apply to real-time analysis.

ModName
The name of the module to be excluded or removed from the exclusion list. Multiple module names can be specified separated by either a comma character, a space, or a combination of both. The name can be up to 8 characters long. A wildcard character (*) can be used.

Examples

Example 1: Exclude all modules starting with "IDI"
BindExclude(IDI*)
Example 2: Exclude specific modules: DFHA, DFHB, DFHC, and TRSA
BindExclude(DFHA,DFHB DFHC,TRSA)
Example 3: Remove all modules beginning with "DFH" from the exclusion list. In this example, DFA, DFHB, DFHC, and TRSA are on the exclusion list, and only DFA, DFHB, and DFHC are removed, whileTRSA remains:
NOBindExclude(DFH*)