| ERROR | Invalid use of PIC N or PIC G table variable when NLS_LOCAL=YES |
| CAUSE | A PIC N variable was declared using an OCCURS clause. Tables of PIC N variables are not supported when NLS_LOCAL=YES. |
| ACTION | Declare the PIC N variable without an OCCURS clause or, do not use the PIC N variable in any SQL statements. |