LOADINCLUDE supports the following parameters:
Load module name selected for processing.
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.
Starting load module name selected for processing. Specify asterisk (*) to select all load modules less than the endmember. Startmember can be any valid pattern name.
Ending load module name selected 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 © 2013 CA.
All rights reserved.
|
|