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

myCobol.ovh Glossary
Categories all   ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  packed-decimal data item   padding character   page   page body   paragraph   paragraph header   paragraph-name   parameter   phrase   physical record   pointer data item   port  ..more

paragraph header
Category Syntax
Subject Cobol
A reserved word, followed by the separator period, that indicates the beginning of a paragraph in the IDENTIFICATION DIVISION and ENVIRONMENT DIVISION. The permissible paragraph headers in the IDENTIFICATION DIVISION are:
PROGRAM-ID. (Program IDENTIFICATION DIVISION)
CLASS-ID. (Class IDENTIFICATION DIVISION)
METHOD-ID. (Method IDENTIFICATION DIVISION)
AUTHOR.
INSTALLATION.
DATE-WRITTEN.
DATE-COMPILED.
SECURITY.
The permissible paragraph headers in the ENVIRONMENT DIVISION are:
SOURCE-COMPUTER.
OBJECT-COMPUTER.
SPECIAL-NAMES.
REPOSITORY. (Program or Class CONFIGURATION SECTION)
FILE-CONTROL.
I-O-CONTROL.