aiaiDBA

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

13718043309

010-86462881

PCC-01008: Multiple element records not allowed in DECLARE section

PCC-01008: Multiple element records not allowed in DECLARE section
Cause: A few COBOL compilers do not allow group items to be passed as parameters in a CALL statement. (Check the COBOL compiler user's guide.) If the compiler is one of these, group items within the Declare Section can contain only one elementary item.
Action: Assign each host variable its own group item.

请先 登录 后评论

1 个回答

小智
PCC-01008:DECLARE部分不允许使用多个元素记录,
.原因:一些COBOL编译器不允许将组项作为参数传递给CALL语句。(检查COBOL编译器用户指南。)如果编译器是其中之一,则声明部分中的组项目只能包含一个基本项目。,
.操作:为每个主机变量分配其自己的组项目。,
.
请先 登录 后评论