Database Error Messages

PCC-02358

Identifier following ARRAYLEN must be the name of an array

Cause

A declared array must be specified as the argument for an ARRAYLEN statement. Declare the array textually before the ARRAYLEN statement. See the Programmer's Guide to the Oracle Precompilers for the syntax of the ARRAYLEN statement.


Action

Correct the statement, specifying a host array as the argument.