Previous Topic: SyntaxNext Topic: LOADLIB


Parameters

LOADINCLUDE supports the following parameters:

member

Load module name selected for 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.

startmember

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.

endmember

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.

Example

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*),