| ERROR | 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. |