The fundamental COBOL conditional statement. Supports nested IF, IF/ELSE, and compound conditions using AND, OR, and NOT. The scope terminator END-IF (introduced in COBOL 85) is strongly preferred over period-terminated conditionals. (Ch. 6) See also: *EVALUATE*, *END-IF*.