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

4- 123
Open Mode: Any
Scope: Any
Example
The following example corrects the typographical error for the word "entity" (which is misspelled "entiy" )
and then executes the corrected command.
>CREATE ENTITY FIRST-NAME;
>>ENTIY-TYPE = ELEMENT;
>>ATTRIBUTE-LIST = (ELEMENT-TYPE = X, BYTE-LENGTH = 20).
CREATE ENTITY FIRST-NAME;
ENTIY-TYPE = ELEMENT;
^
Invalid keyword (SDERR 1242)
^
Text skipped from last error to here (SDWARN 1210)
Required keyword ENTITY-TYPE not speciļ¬ed (SDERR 1249)
>REDO
CREATE ENTITY FIRST-NAME;
+
ENTIY-TYPE = ELEMENT;
IT
ENTITY-TYPE = ELEMENT;
X
>
REMOVE ENTITY-TYPE-ATTRIBUTE
Removes attributes from an entity type's attribute list.
Syntax
REM[OVE] E[NTITY-]T[YPE-]A[TTRIBUTE] entity-type-name
;A[TTRIBUTE] = attribute-name1
[,attribute-name2 ]
.
.
.
[,attribute-nameN ]