aiaiDBA

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

13718043309

010-86462881

PGU-41097: language parameter given in REDEFINE DATA conflicts with DEFINE DATA

PGU-41097: language parameter given in REDEFINE DATA conflicts with DEFINE DATA
Cause: The LANGUAGE parameter in a REDEFINE DATA statement for a given dataname specifies a language different than the language originally specified in the DEFINE DATA statement for the given dataname.
Action: Change the LANGUAGE parameter in the REDEFINE DATA statement to that of the original DEFINE DATA statement. The associated language-dependent field definitions must also be changed.

请先 登录 后评论

1 个回答

小智
PGU-41097:REDEFINE DATA中给出的语言参数与DEFINE DATA冲突,
.原因:给定dataname的REDEFINE DATA语句中的LANGUAGE参数指定的语言不同于给定dataname的DEFINE DATA语句中最初指定的语言。,
.操作:将REDEFINE DATA语句中的LANGUAGE参数更改为原始DEFINE DATA语句的LANGUAGE参数。还必须更改与语言相关的字段定义。,
.
请先 登录 后评论