aiaiDBA

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

13718043309

010-86462881

PGU-30123: level limit: level string field string can't follow level string

PGU-30123: level limit: level string field string can't follow level string
Cause: PGAU was processing nested records when the next field at at level , identified by , occurred after fields at current level . Additional fields at intermediate levels should have preceded this field. This error happens when special fields such as COBOL RENAMES (at LEVEL 66) appear next after the level 01 definition.
Action: Correct the data record definition to place the special fields in theire proper sequece, and/or insert fields being modified ahead of the special modifying field.

请先 登录 后评论

1 个回答

小智
PGU-30123:等级限制:级串场串跟不上级串,
.原因:当由识别的级别的下一个字段发生在当前级别的字段之后,PGAU正在处理嵌套记录。中级以外的其他字段应在此字段之前。当等级01定义之后出现COBOL RENAMES(等级66)等特殊字段时,会发生此错误。,
.操作:更正数据记录定义,将特殊字段放置在正确的sequece中,和/或在特殊修改字段之前插入字段被修改。,
.
请先 登录 后评论