Previous Topic: SyntaxNext Topic: LOADINCLUDE


Parameters

LOADEXCLUDE supports the following parameters:

member

Specifies a load module name to exclude from processing.

pattern

Specifies a pattern. Load module names that match this pattern are excluded from processing.

* - An asterisk signifies any number of characters starting in this position.

% - A percent sign is a placeholder for a character in the specific position.

startmember

Specifies the starting load module name when identifying a range of load modules to exclude from processing. Specify asterisk (*) to exclude all load modules less than the endmember. Startmember can be any valid pattern name.

endmember

Specifies the ending load module name when identifying a range of load modules to exclude from processing. Specify asterisk (*) to exclude all load modules greater than the startmember. Endmember can be any valid pattern name.

Example

This example creates a load module report for all load modules in a load library, except any load module names starting with PAY.

LOADINFO,
  LOADEXCLUDE(PAY*), 
  LOAD