APPEND - result

Syntax

... { ASSIGNING <fs> [CASTING] }
  | { REFERENCE INTO dref }... .

Effect

You can use these additions only to append single rows. If the append was successful, you use the addition ASSIGNING to assign the appended row to a field symbol <fs>; you use addition REFERENCE INTO to set a reference to the appended row in a reference variable.

Syntax and function are similar to the specification of the output behavior in the statement READ TABLE and the same restrictions apply as far as manipulation of key fields of sorted tables and hashed tables are concerned.