What is LOADXREF and what does it do?
LOADXREF is a batch utility designed to scan load libraries on z/OS systems. It analyzes load modules to extract information about their contents, including CSECTs, compile dates, link-edit dates, and the languages used. This information aids in understanding and managing software dependencies.
How does LOADXREF work?
LOADXREF operates as a batch job. Users submit JCL (Job Control Language) that specifies the load libraries to be scanned and the desired output format. The utility then processes the load modules and generates reports containing the extracted metadata.
What information about CSECTs does LOADXREF provide?
LOADXREF provides information about the CSECTs (Control Sections) within load modules. This includes the names of the CSECTs, the languages in which they were compiled (COBOL, PL/I, etc.), and the compile options used. This data is crucial for impact analysis during software changes.
What output formats does LOADXREF support?
The output from LOADXREF can be formatted in various ways, including reports and datasets. Users can specify the output format in the JCL. The reports typically include details such as module names, CSECT information, compile dates, and link-edit dates.