Syntax documentationfield_type Locate this document in the navigation structure

Syntax Syntax

  1. <field_type> ::=
      /* empty */
    | CHAR
    | DECIMAL [<unsigned_integer>]
    | INTENGER
    | REAL
    | ZONED [<unsigned_integer>]
End of the code.