Syntax: REPORT [report_name] Produces the specified report. This command generates a user-written report or one of the following standard reports: o HELP-a help file generated from your code or design o PACKAGE-an LSE package definition o INTERNALS- a comprehensive report that describes your software design in an organized manner o 2167A_DESIGN- a report that meets the requirements of the U.S. Department of Defense's DOD-STD-2167A Software Design Document You specify the type of report with the SET REPORT command or by specifying this command with the optional report_name parameter. This command uses default report option values or those you set using the SET REPORT command. These option values include, for example, the target file types for each report generated. This command produces a PACKAGE REPORT with the Trace_ Messages option value enabled. SCA> SET REPORT NAME package SCA> SET REPORT trace_messages on SCA> REPORT package