aiaiDBA

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

13718043309

010-86462881

PGU-41055: invalid FIELD or PLSFNAME name for indicated language

PGU-41055: invalid FIELD or PLSFNAME name for indicated language
Cause: The token is not a valid field identifier name in the specified language for specifying a FIELD or PLSFNAME parameter in a REDEFINE DATA statement. A field identifier name must obey the naming conventions of the specified language. In COBOL, only alphamerics may be used in addition to the hyphen character and the first character must be alphabetic. Syntax checking only continues with the next statement.
Action: Correct the FIELD or PLSFNAME identifier name in the statement.

请先 登录 后评论

1 个回答

小智
PGU-41055:指定语言的FIELD或PLSFNAME名称无效,
.原因:令牌不是用于在REDEFINE DATA语句中指定FIELD或PLSFNAME参数的指定语言的有效字段标识符名称。字段标识符名称必须遵守指定语言的命名约定。在COBOL中,除了连字符之外,只能使用字母,而第一个字符必须是字母。语法检查只能继续下一个语句。,
.操作:更正语句中的FIELD或PLSFNAME标识符名称。,
.
请先 登录 后评论