ILE COBOL Language Reference

Transferring Control

If the condition tested is true, one of the following actions takes place:

If the condition tested is false, one of the following actions takes place:

Note:
When ELSE or ELSE NEXT SENTENCE are omitted, all statements following the condition and preceding the corresponding END-IF or the separator period for the sentence are considered to be part of statement-1.


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