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

4- 77
Scope: DA scope or the owner scope of the entity to which the synonym is assigned
Example
The following example deletes the element synonym purch-date.
>DELETE SYNONYM purch-date;
>>ENTITY-TYPE = element.
>
DELETE VERSION
Deletes a version, including all entities and relationships that belong to this version.
Syntax
DEL[ETE] V[ERSION] version-name .
Parameters
version-name Name of the version to be deleted.
Description
The current version cannot be deleted. The version cannot be deleted if it is in the common domain and a
local domain version is linked to it. All entities and relationships belonging to the version are also deleted.
Open Mode: Exclusive-update
Scope: DA scope or the version's owner scope
Example
The following example deletes the version B_00_08. All entities and relationships belonging to this
version are also deleted.
>DELETE VERSION B_00_08.
>
DISPLAY ATTRIBUTE
Displays one or more attributes.
Syntax
DIS[PLAY] A[TTRIBUTE] [attribute-name ]
[;T[YPE] = attribute-data-type ]
[;LEN[GTH] = attribute-length ]
[;S[COPE-]O[WNER] = scope-owner-name ]
[;NAME[-ONLY]]
[;NO[SORT]]
.