Database Error Messages

PCC-02416

The Object in an OBJECT GET or SET must not be an array

Cause

The Object specified in an OBJECT GET or SET statement is an array which is illegal.


Action

Redeclare the Object so that it is not an array or subscript the Object so that only a single element of the Object array is specified.