The ELSE control statement is used with the IF control statement to indicate the statements that receive control when a false condition is determined on the IF control statement.
ELSE
The END control statement specifies the end of a DO control statement, an IF control statement, or an ON control statement. There must be a one-to-one correspondence between each DO/IF and END control statement. An END control statement at the lowest level (level 1) indicates the last control statement.
END
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|