RNF0669

A subfield of a data-structure array cannot be specified as a simple-qualified name.

30

Cause . . . . . : It is not possible to specify a subfield of a data structure array for specification entries that only support simple-qualified names.

Recovery . . . : To correct a calculation operation that only supports simple-qualified names, change to use a different calculation operation that supports complex-qualified names. To correct other problems, remove the DIM keyword from the data structure definition.

Technical description . . . . . . . . : When the subfield of a data structure array is used, the subfield must be specified as a complex-qualified name. For example, subfield SUBF of data structure array DSARR must be specified as DSARR(IX).SUBF, where IX is an index.