LOADINCLUDE supports the following parameters:
Specifies a load module name to select for processing.
Specifies a pattern. Load module names that match this pattern are selected for 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 select for processing. Specify asterisk (*) to select 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 select for processing. Specify asterisk (*) to select all load modules greater than the startmember. Endmember can be any valid pattern name.
This example creates a load module report that lists the DATERTN and TIMERTN load modules in addition to all load modules starting with CUST.
LOADINFO, LOADINCLUDE(DATERTN,TIMERTN,CUST*),
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|