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
|
Copyright © 2014 CA.
All rights reserved.
|
|