PL/I · Message ID
What does CEE3350S: Unable to Find the Event Handler mean in PL/I?
Language Environment could not locate the routine registered to handle an enclave lifecycle event (such as initialization or termination), usually because the language run-time component's control blocks are damaged or the environment wasn't initialized correctly before the event fired.
Language Environment could not locate the routine registered to handle an enclave lifecycle event (such as initialization or termination), usually because the language run-time component's control blocks are damaged or the environment wasn't initialized correctly before the event fired.
Treat this as LE environment corruption or an unsupported invocation path — verify the program is invoked through a supported entry point rather than a raw branch that bypasses normal LE initialization.