SCA$NEUTRAL_HELP.HLB  —  REPORT  Parameters
 report-name
    Specifies the name of the report to produce. The report name
    should be the name of one of the HP supplied reports or the
    name of a user-written report. You can abbreviate the report name
    if the abbreviation is unique.

    The REPORT command uses the report-name parameter to find a
    corresponding VAXTPU procedure whose name starts with SCA_REPORT_
    report-name. This VAXTPU procedure is invoked to produce the
    report. Because there is a VAXTPU restriction on the length of
    procedure names, a report name must not exceed 121 characters.

    HP has implemented the following reports:

    o  HELP - A help file, suitable for processing by the OpenVMS
       Librarian into a help library.

    o  PACKAGE - An LSE package definition, which can be processed by
       LSE and put into an environment file, to create templates for
       calling the procedures in your code.

    o  INTERNALS - A comprehensive report on the software in your
       system, all of the information in comment headers, and a
       structural presentation of your code.

    o  2167A_DESIGN - The design section of the DOD-STD-2167A Software
       Design Document.

 other-parms[ . . . ]
    Specifies other parameters that are passed to the VAXTPU
    procedure. These parameters are collected into a single string,
    which is then assigned to the global VAXTPU variable SCA$_REPORT_
    REST_OF_LINE. These SCA parameters are obtained from the command
    line from the $REST_OF_LINE type of the OpenVMS Command Definition
    Utility.
Close Help