◄Key► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Message: RT122 Text: Coblongjmp() called below level of cobsetjmp() Severity: Fatal Explanation: You may have returned control to a higher level in the CALL/PERFORM hierarchy than the level at which cobsetjmp was called. Coblongjmp must be called only from the same or from a lower level in the CALL/PERFORM hierarchy as cobsetjmp was. See your COBOL System Reference for details of cobsetjmp and coblongjmp. Resolution: Check and correct the logic of your program, and then resubmit your program to your COBOL system. -♦-