RNF5142

The sequence of IF, ELSEIF, and ELSE operations is not correct.

30

Cause . . . . . : The sequence of IF, ELSEIF, and ELSE statements in an IF structured group is not correct. An IF structured group starts with an IF group, followed by zero or more ELSEIF groups, optionally followed by an ELSE group, and ends with an ENDIF statement. The specification is ignored.

Recovery . . . : Ensure that the IF, ELSEIF, and ELSE operations are specified in the correct sequence. Compile again.