aiaiDBA

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

13718043309

010-86462881

PGU-30120: missing string attribute for parm string, field string f#string

PGU-30120: missing string attribute for parm string, field string f#string
Cause: The parameter specifies an aggregate data record for which field with PG DD field id number was being processed, but the field had no relative level attribute . Typical relative level attributes are: nn ... COBOL-clauses for IBMVSCOBOLII 'LEVEL' attribute Each attribute is stored as a separate row in the PG DD, and the missing attribute's row may have been deleted from the PG DD.
Action: Check the PG DD to ensure that the failing field has a level attribute assigned.

请先 登录 后评论

1 个回答

小智
PGU-30120:parm 字符串缺少字符串属性,字段字符串 f#string,
.原因:参数指定正在处理PG DD字段ID号的字段的聚合数据记录,但该字段没有相对级别属性。典型的相对级别属性是:nn ... IBMVSCOBOLII'LEVEL'属性的COBOL子句每个属性作为PG DD中的一个单独的行存储,并且缺少的属性行可能已从PG DD中删除。,
.操作:检查PG DD以确保故障字段具有分配的级别属性。,
.
请先 登录 后评论