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

4-142
Scope: DA scope or a scope with create capability and modify access to all relationships with
the specified entity-name1 as the parent entity
Example
The following example positions the relationship employee contains empl-num of relationship type record
contains element before the relationship employee contains last-name.
>RESEQUENCE employee, empl-num;
>>RELATIONSHIP-TYPE = record, element;
>>RELATIONSHIP-CLASS = contains;
>>BEFORE-ENTITY = last-name.
>
RESTRUCTURE
Restructures the dictionary.
Syntax
REST[RUCTURE] [.]
Description
RESTRUCTURE allows you to explicitly restructure the dictionary while it is open in customization mode.
Restructuring occurs automatically when you open the dictionary in customization mode and any one of
the following operations occur:
An EXIT is issued
A new dictionary is opened
The same dictionary is redefined using a different open mode or name mode
The restructure operation may take some time if many dictionary occurrences are affected by the structure
changes.
Open Mode: Customization
Scope: Any (however, since scopes without extend capability cannot issue any of the com-
mands to change the structure, the command will have no action for them)
Example
The following example restructures the dictionary that is currently opened in customization mode.
>RESTRUCTURE
>
SAVE
Saves a report that has just been defined.