aiaiDBA

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

13718043309

010-86462881

PGU-30604: missing string attribute for string

PGU-30604: missing string attribute for string
Cause: A COBOL field containing a clause of the form required a missing attribute corresponding to . PGAU issues messages 30603 and 30604 consecutively for , , , and . Typical IBMVSCOBOLII required token attributes are: field OCCURS int-1 TIMES where 'int-1' is the token for attribute 'repgrpff' field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1 where 'int-1' is the token for attribute 'repgrpvf' 'int-2' is the token for attribute 'repgrpvl' 'name-1' is the token for attribute 'repgrpvm' field RENAMES name-1 THRU name-2 where 'name-1' is the token for attribute 'renamemf' 'name-2' is the token for attribute 'renameml' field REDEFINES name-1 WHEN name-2 = value where 'name-1' is the token for attribute 'remapsmf' 'name-2' is the token for attribute 'remapsml' 'value' is the token for attribute 'remapswc' or for attribute 'remapswn' field LENGTH IS name-1 where 'name-1' is the token for attribute 'length' 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: In the PG DD, redefine the referencing data item to restore the missing attribute row.

请先 登录 后评论

1 个回答

小智
PGU-30604:缺少字符串的属性字符串,
.原因:包含格式的子句的COBOL字段需要与对应的缺少属性。PGAU对连续发出消息30603和30604。典型的IBMVSCOBOLII所需的令牌属性有:field OCCURS int-1 TIMES其中'int-1'是属性“repgrpff”字段的标记OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1其中'int-1'是属性“repgrpvf”“int-2”的标记是属性“repgrpvl”的标记'name-1'属性“repgrpvm”字段的标记RENAMES name-1 THRU name-2其中'name-1'是令牌属性'renamemf''name-2'是属性'renameml'的标记,
.操作:在PG DD中,重新定义引用数据项以恢复缺少的属性行。,
.
请先 登录 后评论