aiaiDBA

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

13718043309

010-86462881

PGU-30611: references missing field string specified for string

PGU-30611: references missing field string specified for string
Cause: The data field containing a clause of the form references a missing field specified by the clause word . PGAU issues messages 30610 and 30611 consecutively for and . Typical IBMVSCOBOLII clause syntax for this error includes: d-field OCCURS int-1 TIMES d-field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1 d-field RENAMES name-1 THRU name-2 d-field REDEFINES name-1 WHEN name-2 = value d-field LENGTH IS name-1 The clause references a field specified by the word . PGAU GENERATE searched previous fields within the current parameter but failed to find the named field . The word may be misspelled in the defining clause or the referenced field whose name should match may be missing from, or misspelled in the PG DD.
Action: In the PG DD, redefine the entry for to change its clause to specify the correct name of the intended field , or redefine the data name of the intended field to match the subsequent clause's reference. Also ensure the data field containing the clause follows the intended field in the data definition.

请先 登录 后评论

1 个回答

小智
PGU-30611:缺少引用场字符串指定字符串,
.原因:包含<语法>形式的子句的数据字段引用由单词指定的缺少字段。PGAU为 连续发出消息30610和30611。此错误的典型IBMVSCOBOLII子句语法包括:d-field OCCURS int-1 TIMES d-field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1 d-field RENAMES name-1 THRU name-2 d-field REDEFINES name -1 WHEN name-2 = value d-field LENGTH IS name-1该子句引用由指定的字段。PGAU GENERATE搜索当前参数中的先前字段,但找不到命名字段。单词,
.操作:在PG DD中,重新定义的条目以更改其子句以指定正确的字段名称,或重新定义预期字段的数据名称以匹配后续子句的引用。还要确保包含子句的数据字段遵循数据定义中的预期字段。,
.
请先 登录 后评论