Loading...
Select Version
The ELSE-IF branch is executed if the condition specified in the ELSE-IF command applies; otherwise the system searches for the next branch in the IF block or an END-IF command. The ELSE-IF branch contains all commands positioned between the current ELSE-IF command and the next ELSE-IF, ELSE or END-IF command.
ELSE-IF |
CONDITION = <text 0..1800 with-low bool-expr> |
Return codes
(SC2) | SC1 | Maincode | Meaning |
0 | CMD0001 | No error | |
1 | CMD0202 | Syntax error | |
1 | SDP0118 | Command in false context | |
1 | SDP0223 | Incorrect environment | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
130 | SDP0099 | No further address space available |