aiaiDBA

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

13718043309

010-86462881

PCC-00010: Statement out of place at line number in file string

PCC-00010: Statement out of place at line number in file string
Cause: An EXEC statement was not placed properly in the host program. For example, there might be a data manipulation statement in the Declare Section. In a Pro*COBOL program, the Declare Section might be outside the WORKING-STORAGE or LINKAGE SECTION.
Action: Remove or relocate the statement.

请先 登录 后评论

1 个回答

小智
PCC-00010:文件字符串中行号的声明不合适,
.原因: EXEC语句未正确放置在主机程序中。例如,声明部分中可能有一个数据操作语句。在Pro * COBOL程序中,声明部分可能在“工作存储”或“链接部分”之外。,
.操作:删除或重新定位该语句。,
.
请先 登录 后评论