Database Error Messages

PGU-41003

invalid data field definition name

Cause

A DEFINE or REDEFINE DATA statement has specified an invalid field name for a field definition. The field name may be missing. A field name must begin with an alphabetic character and contain only alphanumeric characters or an underscore ('_'). Syntax checking only continues with the next statement.


Action

Correct the specification of the field name or its delimiters. Supply the field name if it is missing.