Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6054 - Invalid break or continue label

6054   Invalid break or continue label

Cause

This error occurs if your application code contains a break or continue instruction that specifies a label that does not match the labels on any of the enclosing iteration loops.

Action

Correct or remove the label specified in the break or continue instruction, or delete the break or continue instruction if it is not required. If the label on the enclosing loop is incorrect, correct this.