Previous Topic: SyntaxNext Topic: DELETED


Parameters

CSECTINCLUDE supports the following parameters:

csect

CSECT name selected for processing.

pattern

CSECT 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.

startcsect

Starting CSECT name selected for processing. Specify asterisk (*) to select all CSECTs less than the endcsect. Startcsect can be any valid pattern name.

endcsect

Ending CSECT name selected for processing. Specify asterisk (*) to select all CSECTs greater than the startcsect. Endcsect can be any valid pattern name.

Example

This example creates a CSECT cross-reference report for the DATERTN and TIMERTN CSECTs, listing, by CSECT, all the programs using each CSECT.

LOADINFO,
  CSECTINCLUDE(DATERTN,TIMERTN), 
  CSECT