aiaiDBA

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

13718043309

010-86462881

PGU-42034: COPY for file string is recursive

PGU-42034: COPY for file string is recursive
Cause: A COPY statement for file has been found while processing a previous occurrence of a COPY specifying the same file.
Action: Check the COBOL source for recursive COPY. A single COPY file may need to be replaced with multiple, uniquely-named COPY files to achieve the desired results.

请先 登录 后评论

1 个回答

小智
PGU-42034:文件串的 COPY 是递归的,
.原因:在处理先前发生的指定相同文件的COPY时,已找到文件的COPY语句。,
.操作:检查COBOL源是否递归COPY。单个COPY文件可能需要替换为多个唯一命名的COPY文件才能实现所需的结果。,
.
请先 登录 后评论