Affiliate disclosure

Book titles on this page link to Amazon. As an Amazon Associate, DataField.Dev earns from qualifying purchases — at no additional cost to you.

Further Reading — Chapter 16: Report Writer

IBM Documentation

  • Enterprise COBOL for z/OS: Language Reference — Report Writer chapter covering all report group types, clauses, and special registers.

  • Enterprise COBOL for z/OS: Programming Guide — Sections on report writer programming, including USE BEFORE REPORTING declaratives and multiple-report programs.

Books

Online Resources

  • GnuCOBOL Report Writer Documentation — Notes on Report Writer support in GnuCOBOL, including known limitations and compatibility with IBM Enterprise COBOL.

  • IBM Z Xplore (https://www.ibm.com/z/xplore) — Hands-on exercises including report generation on real z/OS systems.

  • COBOL Report Writer Tutorial — Various community tutorials comparing Report Writer approaches across different COBOL compilers.

  • Chapter 15: Sort and Merge — Sort operations often precede report generation; OUTPUT PROCEDUREs can contain Report Writer logic.
  • Chapter 17: String Handling — STRING and reference modification for building formatted output lines in manual report programs.
  • Chapter 38: Batch Processing Patterns — Reports as part of complete batch processing architectures.
  • Appendix C: JCL Quick Reference — DD statements for report files, SYSOUT classes, and print formatting options.