Previous Topic: AREA StatementsNext Topic: SET Statements


RECORD Statements

RECORD statements identify records to be included in this subschema. The record descriptions are copies from the schema descriptions. Depending on the verb and options coded, the RECORD statements can also:

The subschema compiler applies RECORD statements to the current subschema.

Procedure

  1. Name the record
  2. Optionally identify the elements that can be accessed through the subschema
  3. Specify which DML verbs will not be allowed

Note:

Example

The following example shows the definition of the record SKILL being copied into the current subschema.

add record skill
  store is not allowed
  erase is not allowed.