| 
 
 COBOL's very own print feature 
 4th July 2019 - Forty Years of Perfection 
 Report Writer is a standard built-in
feature of COBOL that prints lines, pages, or sophisticated layouts
anywhere you want within a COBOL program. You save time in coding a
print layout because you define it entirely in the Data Division. You
only need very few Procedure Division statements as they print whole
blocks of lines at once, moving and editing data automatically, as well
performing such tasks as page headings and footings, totaling,
displaying dates and organizing tables. 
  |