FUNL0045 Loop control variable already in use.

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A FOR statement was encountered inside of a FOR clause which used the same loop control variable. An example of this is a FOR A FROM ... occurring inside of a FOR A FROM ... clause. Correct the inner or outer loop to use a different loop control variable to eliminate the conflict.