aiaiDBA

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

13718043309

010-86462881

PGU-41070: COBOL inline definition must start with left-paren at line end

PGU-41070: COBOL inline definition must start with left-paren at line end
Cause: A COBOL inline definition starts with a left parenthesis. The left parenthesis must be the last character on the line preceding any COBOL data definition statements.
Action: Make sure an inline COBOL data definition starts on a line following a left parenthesis

请先 登录 后评论

1 个回答

小智
PGU-41070:COBOL内联定义必须以行末端的左括号开头,
.原因: COBOL内联定义以左括号开头。左括号必须是任何COBOL数据定义语句之前的行上的最后一个字符。,
.操作:确保内联COBOL数据定义从左括号后面的一行开始,
.
请先 登录 后评论