Glossary

PERFORM statement

A COBOL statement that transfers control to a paragraph, section, or inline code block, with optional looping (TIMES, UNTIL, VARYING). The primary structured programming construct in COBOL.

Learn More

Related Terms