FMP-1012-00-F Loop limit reached

The maximum number of FMP loops (initiated by % REPEAT, % UNTIL, % WHILE) performed during processing is equal to the setting of the loop limit counter % SET LOOP-LIMIT (default = 200) or &D2-TOKEN-MAX.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Resolution:

Check the loops and determine whether an error exists. To increase the loop limit, increase the value of % SET LOOP-LIMIT nnnn either in CNTL\APSDBDC or at the beginning of the program (which overrides the value in APSDBDC).