HP 3000 Manuals

MODIFY REPORT [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

MODIFY REPORT 

Modifies a report.

Syntax 

     M[ODIFY] REP[ORT]  report-name 
            [;DESC[RIPTION] = ["description-text"]]
            [;S[COPE-]O[WNER] = scope-owner-name]
             .

Parameters 

report-name           Name of the report whose description or owner scope
                      is to be modified.

description-text      Description of the stored report.  If you specify
                      text, you must enclose the text within quotes.

scope-owner-name      Name of the new owner scope.

Description 

If a description is already associated to the report, the original text
is replaced with this new text.  If you do not specify any text, the
description is deleted.  To replace only part of the description text,
refer to the EDIT REPORT command.  In addition, to change the definition
of a report, use the EDIT REPORT command.

Open Mode:       Exclusive-update or shared-update

Scope:           DA scope or the report's owner scope

Example 

The following example changes the report description for the report
sales-report to "Monthly report on the dictionary used by the sales force
of the company." .

     >MODIFY REPORT sales-report; 
     >>DESCRIPTION = "Monthly report on the dictionary used by
     >>               the sales force of the company.". 
     >


MPE/iX 5.0 Documentation