Message Oracle PCC-00097 - Use of DECIMAL and DISPLAY types allowed only for COBOL and PL/I

ERRORUse of DECIMAL and DISPLAY types allowed only for COBOL and PL/I
CAUSEThe DECIMAL and DISPLAY external datatype was used in an EXEC SQL VAR or EXEC SQL TYPE statement with an Oracle precompiler other than Pro*COBOL or PRO*PL/I. These external datatypes are available only in Pro*COBOL and PRO*PL/I.
ACTIONRemove the reference to the DECIMAL or DISPLAY external datatype from the EXEC SQL TYPE or EXEC SQL VAR statement.