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

4- 75
Description
When a relationship type is deleted, all relationships of that type are also deleted.
Open Mode: Customization
Scope: DA scope or the relationship type's owner scope
WARNING When a version is in archival status, it is considered frozen, protecting its data
from modification. However, archival status does not freeze the dictionary struc-
ture. Therefore, if the dictionary structure is changed, the structure of archival
versions is also changed. In the case of additions to the dictionary structure, no se-
rious problems will result. However, deletions from the dictionary structure may
be detrimental to archival versions. Therefore, this should be considered when
making deletions that affect dictionary structure.
Example
The following example deletes the relationship type project contains program.
>DELETE RELATIONSHIP-TYPE project,program;
>>RELATIONSHIP-CLASS = contains.
>
DELETE REPORT
Deletes a report.
Syntax
DEL[ETE] REP[ORT] report-name .
Parameters
report-name Name of the report to be deleted.
Description
Open Mode: Shared-update or exclusive-update
Scope: DA scope or the report's owner scope
Example
The following example deletes the report image-report.
>DELETE REPORT image-report.
>
DELETE SCOPE
Deletes a scope.
Syntax
DEL[ETE] S[COPE] scope-name
[;N[EW-]S[COPE] = new-scope-name ]