Previous Topic: DC388071Next Topic: DC388073


DC388072

OCCURS DEPENDING ON FIELD IN EXTERNAL RECORD MUST BE NUMERIC.

Reason:

The field stated in the OCCURS DEPENDING ON clause as the control variable must be defined as a numeric value. The following example is in error due to the non-numeric definition of FLD1:

03  FLD1    PIC XXX.
03  FLD2    PIC X OCCURS 5 TIMES DEPENDING ON FLD1.

Delete the map and correct the record via IDD.

Module:

RHDCMPMF

Severity:

0