FYI - I wanted to determine how END PROCESS works if sub-processes are involved, so I did some testing.
END PROCESS only ends the CURRENT process. If the process that was ended is a sub-process, control returns back to the process that called it to process any additional rules.
When I searched the User Guide for END PROCESS, no listing was found.