Selecting and repeating program actions
About this task
Use COBOL control language to choose program actions based on the outcome of logical tests, to iterate over selected parts of your program and data, and to identify statements to be performed as a group.
These
controls include the IF
, EVALUATE
,
and PERFORM
statements, and the use of switches and
flags.