CSECT
This example creates a CSECT cross-reference report for all CSECTS in a load library, listing all the load modules in which the CSECT is included. The load library referenced by the ddname LOADLIB is used.
LOADINFO,
CSECT
The CSECTCOMPARE keyword controls how CSECTs are compared. Possible values are BYNAME and BYORDER.
CSECTCOMPARE(BYNAME|BYORDER)
CSECTCOMPARE supports the following parameters:
CSECTs with identical names are compared. CSECTs that only exist in the old file are reported as deleted. CSECTs that only exist in the new file are reported as inserted. This is the default value.
CSECTs are compared in the order in which they appear in the program.
This example compares the CSECTs of 2 programs by name, not by the order in which they appear in the program.
COMPARE PROGRAM, CSECTCOMPARE(BYNAME)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|