COBOL Std 1 Purpose and Scope: Difference between revisions

From Webhuis wiki
Jump to navigation Jump to search
(Created page with "== 1. Purpose and Scope == This document defines the baseline coding standard for COBOL programs targeting GnuCOBOL 4.x on Linux, with optional GixSQL pre-processing for embedded PostgreSQL access. It applies to all newly written programs, to programs undergoing significant modification, and to reverse-engineering or migration work. The standard covers four concerns: * Source-code layout and formatting * Naming conventions for data items, paragraphs, copybooks, and fi...")
 
No edit summary
Line 15: Line 15:
}}
}}


----

----
''[[COBOL Programming Standard|← Back to index]]''
<hr/>
<hr/>
[[Cobol programming standards]] | [[Cobol and PostgreSQL]]
[[Cobol programming standards]] | [[Cobol and PostgreSQL]]

Revision as of 11:28, 25 March 2026

1. Purpose and Scope

This document defines the baseline coding standard for COBOL programs targeting GnuCOBOL 4.x on Linux, with optional GixSQL pre-processing for embedded PostgreSQL access. It applies to all newly written programs, to programs undergoing significant modification, and to reverse-engineering or migration work.

The standard covers four concerns:

  • Source-code layout and formatting
  • Naming conventions for data items, paragraphs, copybooks, and files
  • Structural and architectural patterns (divisions, tiers, method-dispatch)
  • Error handling, embedded SQL, and output formatting rules

| name = Ambox{{subst:void|Don't change anything on this line. It will change itself when you save.}} | subst = {{subst:substcheck}}


Cobol programming standards | Cobol and PostgreSQL