LOADEXCLUDE supports the following parameters:
Specifies a load module name to exclude from processing.
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.
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.
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.
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
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|