Under CMPR2, if a program does not contain any of the statements above, a compiler warning diagnostic message is issued to suggest that you should analyze the program to verify that it could exit.
IF TALLY = 0 THEN STOP RUN.In this case, the compiler diagnostic message would not be issued, and the following runtime message would be issued only if the IF condition tested false: