Previous Topic: SyntaxNext Topic: LOADLIB


Parameters

LOADINCLUDE supports the following parameters:

member

Specifies a load module name to select for processing.

pattern

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.

startmember

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.

endmember

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.

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