Subset of SPL Statements Allowed in the IF Statement List
You
can use any of the following SPL statements in the IF statement list:
- <<Label >>
- CALL
- CASE
- CONTINUE
- EXIT
- FOR
- FOREACH
- GOTO
- IF
- LET
- LOOP
- RAISE EXCEPTION
- RETURN
- SYSTEM
- TRACE
- WHILE
The “Subset of SPL Statements” syntax diagram for the IF Statement List refers to the SPL statements that are listed above.