IF Statement (
.NET COBOL
)
Evaluates a condition and takes subsequent action depending on whether the value of the condition is true or false.
Context:
Procedure Division
Statements
if-statement
Parent topic:
Statements - Alphabetic List
Related information
Conditions - in COBOL and C# and VB.NET