CHANGE_REL_SET_OWNER changes the owner of a Relation Set.
+-------------------<--------------+
| |
-->(CHANGE_REL_SET_OWNER)-+-(:SET)-|enter Relation Set name|-+-->
| |
+-(:OWNER)-+->|select assembly|--+-+
| |
+->(:MINIMAL)---------+
- :SET - specifies the existing name for the Relation Set.
- :OWNER - specifies the new owning assembly for the Relation
Set. If :MINIMAL is specified, the system selects the lowest
assembly to which the Relation Set can be applied.
Use this to change the assembly that you want to own a Relation
Set.
The following parameter sequence changes the owner of Relation Set
"rset1" from "/a1" to "a1/a2".
CHANGE_REL_SET_OWNER :SET "/a1/rset1" :OWNER "/a1/a2" COMPLETE
All input strings must be enclosed by double quotes (" ").
CHANGE_REL_SET_NAME terminate action
SET_CURRENT_REL_SET terminate action