aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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

PCC-00097: Use of DECIMAL and DISPLAY types allowed only for COBOL and PL/I
Cause: The 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.
Action: Remove the reference to the DECIMAL or DISPLAY external datatype from the EXEC SQL TYPE or EXEC SQL VAR statement.

请先 登录 后评论

1 个回答

小智
PCC-00097:仅允许COBOL和PL / I使用DECIMAL和DISPLAY类型,
.原因:在EXEC SQL VAR或EXEC SQL TYPE语句中使用DECIMAL和DISPLAY外部数据类型,其中包含Pro * COBOL或PRO * PL / I以外的Oracle预编译器。这些外部数据类型仅在Pro * COBOL和PRO * PL / I中可用。,
.操作:从EXEC SQL TYPE或EXEC SQL VAR语句中删除对DECIMAL或DISPLAY外部数据类型的引用。,
.
请先 登录 后评论