FPX0062E MAXERROR Threshold has been reached.
Explanation
The number of pointer errors encountered exceeded the threshold allowable limit of these errors as specified on the MAXERROR utility control statement.
System action
Processing generally ends with return code 8, but it is dependent on the values of ERRORACT and MAXERROR.
If ERRORACT is ABEND and the MAXERROR value is reached, the program ends with an abend code of 3510.
Return code 4 is returned in some cases.
User response
Determine the reason for the number of pointer problems.
Either increase the MAXERROR threshold or take the area offline and do a full analysis.