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

4-118
;S[COPE-]A[CCESS] = scope-access
.
Parameters
scope-name Name of the scope with which the relationship is associated.
entity-name(N) Name of the entity involved in the relationship that is associated with the scope.
entity-type-name(N) Name of the entity type involved in the relationship type.
relation-class-name Name of the relationship class.
scope-access The new access allowed to the relationship. The two types of access that are allowed
are:
read The scope can only read the relationship information.
modify The scope may modify the relationship; read access is automatically as-
signed.
Description
The scope to be given access must have create capability to be allowed modify access.
Open Mode: Shared-update or exclusive-update
Scope: DA scope or the relationship's owner scope
Example
The following example changes the access allowed the scope candidate to the relationship name contains
last-name to modify access.
>MODIFY SCOPE-RELATIONSHIP candidate;
>>RELATIONSHIP = name, last-name;
>>RELATIONSHIP-TYPE = element, element;
>>RELATIONSHIP-CLASS = contains;
>>SCOPE-ACCESS = modify.
>
MODIFY VERSION
Modiļ¬es a version.
Syntax
M[ODIFY] V[ERSION] version-name
[;S[COPE-]O[WNER] = scope-owner-name ]
[;C[OMMON] = [common-version-name ]]
.