CSECTINCLUDE supports the following parameters:
CSECT name selected for processing.
Specifies a pattern. CSECT 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 CSECT name when identifying a range of CSECTs to select for processing. Specify an asterisk (*) to select all CSECTs less than the endcsect. Startcsect can be any valid pattern name.
Specifies the ending CSECT name when identifying a range of CSECTs to select for processing. Specify an asterisk (*) to select all CSECTs greater than the startcsect. Endcsect can be any valid pattern name.
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
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|