MODIFY RELATIONSHIP-TYPE [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
MODIFY RELATIONSHIP-TYPE
Modifies a relationship type.
Syntax
M[ODIFY] R[ELATIONSHIP-]T[YPE] entity-type-name1
,entity-type-name2
[,entity-type-name3]
[,entity-type-name4]
[,entity-type-name5]
[,entity-type-name6]
[;R[ELATIONSHIP-]C[LASS] = relation-class-name]
[;S[COPE-]O[WNER] = scope-owner-name]
.
Parameters
entity-type-name(N) Name of the entity type involved in the
relationship type to be modified.
relation-class-name Name of the relationship class.
scope-owner-name Name of the new owner scope.
Description
Open Mode: Customization
Scope: DA scope or the relationship type's owner scope
Example
The following example changes the owner scope of the relationship type
project contains program to the scope manager.
>MODIFY RELATIONSHIP-TYPE project, program;
>>RELATIONSHIP-CLASS = contains;
>>SCOPE-OWNER = manager.
>
MPE/iX 5.0 Documentation