ELSE (Else)

Free-Form Syntax ELSE
Code Factor 1 Factor 2 Result Field Indicators
ELSE

The ELSE operation is an optional part of the IFxx and IF operations. If the IFxx comparison is met, the calculations before ELSE are processed; otherwise, the calculations after ELSE are processed.

Within total calculations, the control level entry (positions 7 and 8) can be blank or can contain an L1 through L9 indicator, an LR indicator, or an L0 entry to group the statement within the appropriate section of the program. The control level entry is for documentation purposes only. Conditioning indicator entries (positions 9 through 11) are not permitted. To close the IFxx/ELSE group use an ENDIF operation.

Figure 326 shows an example of an ELSE operation with an IFxx operation.

For more information, see Structured Programming Operations.



[ Top of Page | Previous Page | Next Page | Contents | Index ]