MFPLI00019S The closure label in this statement does not match the label prefix of any containing DO, BEGIN, or PROCEDURE statement. This statement has closed the EXTERNAL PROCEDURE and will probably cause false errors to be reported.

The label on the END statement does not match the label of any unclosed DO group, BEGIN block or PROCEDURE.
Resolution:
Correct the label on the END statement.
Module:
PASS1.PL1