PCC-02337: cannot declare multi-dimensioned array for this type Cause: Host variable arrays of scalars with more than 1 dimension cannot be declared.The only host variables allowed to be multi-dimensioned are CHAR and VARCHAR. Action: Rewrite the variable declaration.