CEE0374C   CONDITION = condition-id TOKEN = condition-token WHILE RUNNING PROGRAM program-name WHICH STARTS AT program-address AT THE TIME OF INTERRUPT PSW psw GPR 0-3 gpr0 gpr1 gpr2 gpr3 GPR 4-7 gpr4 gpr5 gpr6 gpr7 GPR 8-B gpr8 gpr9 gprA gprB GPR C-F gprC gprD gprE gprF FLT 0-2 flt0 flt2 FLT 4-6 flt4 flt6

Explanation

An unrecoverable condition occurred while processing a previous condition. This message is issued with a WTO because Language Environment has encountered a critical error while handling a previous condition. The CONDITION indicates the message representing the condition being handled and the TOKEN is the three word Language Environment Condition Token. The program-name, program-address (starting address of program), psw, and registers are for the condition being handled when the unrecoverable condition occurred. If the CEE0374C message appears several times in sequence, the conditions appear in order of occurrence. Correcting the earliest condition may allow the application to run successfully.

System action

The thread is terminated abnormally.

Programmer response

Attempt to correct the original condition by looking up the condition-token specified in the message.

Symbolic Feedback Code

CEE0BM