MPLIE00033S END statement label "
label-name
" does not match any open labeled DO, SELECT, BEGIN, or PROCEDURE statement. Outermost procedure closed.
The label "
label-name
" on the END statement does not match the label on any unclosed DO or SELECT group, BEGIN or PROCEDURE block.
Resolution:
Correct the label on the END statement.
Module:
MPLIEXEC.PLI
Parent topic:
MPLIE00020 - MPLIE00039