aiaiDBA

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

13718043309

010-86462881

PCB-00552: The SQLCA and a SQLCODE variable cannot both be used

PCB-00552: The SQLCA and a SQLCODE variable cannot both be used
Cause: The SQLCA has been included and a SQLCODE variable has been declared. This is not allowed as references to the SQLCODE variable are ambiguous and will result in COBOL compiler errors.
Action: Use either the SQLCA or the SQLCODE variable. Remove either the include of the SQLCA or the SQLCODE variable declaration.

请先 登录 后评论

1 个回答

小智
PCB-00552:不能同时使用SQLCA和SQLCODE变量,
.原因:已经包括了SQLCA,并声明了一个SQLCODE变量。这是不允许的,因为对SQLCODE变量的引用是不明确的,并将导致COBOL编译器错误。,
.操作:使用SQLCA或SQLCODE变量。删除SQLCA或SQLCODE变量声明的包含。,
.
请先 登录 后评论