Previous Topic: SyntaxNext Topic: LOADINCLUDE


Parameters

LOADEXCLUDE supports the following parameters:

member

Load module name excluded from processing.

pattern

Load module name that matches this pattern.

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

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

startemember

Starting load module name to be excluded from processing. Specify asterisk (*) to exclude all load modules less than the endmember. Startmember can be any valid pattern name.

endmember

Ending load module name to be excluded 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