STRUCT
Declares a structure type having the specified field-declarations. Each field must be a valid data definition. Same as STRUC.
Syntax
name STRUCT ⟦alignment⟧ ⟦, NONUNIQUE⟧
field-declarations
name ENDS
Remarks
The name argument must be the same in the opening and closing statement.