Message Oracle PCC-01013 - Invalid use of PIC N array variable string at line number in file string

ERRORInvalid use of PIC N array variable string at line number in file string
CAUSEA PIC N variable was declared using an OCCURS clause. Tables of PIC N variables are not supported by the Pro*COBOL precompiler.
ACTIONDeclare the PIC N variable without an OCCURS clause or, if the PIC N variable is not used in any SQL statements, declare it outside the Declare Section.