HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4-114
Example
The following example changes the owner scope of the relationship type
attribute pair program contains module / size to the scope fred.
>MODIFY RELATIONSHIP-TYPE-ATTRIBUTE program, module;
>>RELATIONSHIP-CLASS = contains;
>>ATTRIBUTE = size;
>>SCOPE-OWNER = fred.
>
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." .