Welcome to myCobol.ovh Monday, 29 September 2025, 08:27

input-output statement
Category Syntax
Subject Cobol
A statement that causes files to be processed by performing operations on individual records or on the file as a unit. The input-output statements are ACCEPT (with the identifier phrase), CLOSE, DELETE, DISPLAY, OPEN, READ, REWRITE, SET (with the TO ON or TO OFF phrase), START, and WRITE.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary