Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6052 - Duplicated label

6052   Duplicated label

Cause

This error occurs if you use the same label in two or more nested iteration loops.

Action

Change your application code to rename or delete one of the duplicated labels.