Answer | Cause: A PIC N variable was declared using an OCCURS clause.
Tables of PIC N variables are not supported by the Pro*COBOL
precompiler.
Action: Declare 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.
Please add more information about this Error  |
| Guest |