Report
You can abbreviate REPORT to R.
Specifies the format of the reports you require.ASMXREF requires at least one REPORT statement in the
control file. Specify the following parameter with this control statement:
- REPORT
- The name of the required report. Valid reports are:
- CF
- Control Flow Report
- LOC
- Lines of Control Report
- LOOC
- Lines of OO Code Report
- MWU
- Macro Where Used Report
- SOR
- Spreadsheet Oriented Report
- SWU
- Symbol Where Used Report
- TWU
- Token Where Used Report
You can specify only one report on each REPORT statement. For details on the reports available see Understanding the reports. To specify more than one report create a REPORT control statement for each desired report.
Example:
REPORT REPORT=TWU
REPORT REPORT=MWU