Welcome to myCobol.ovh Monday, 29 September 2025, 06:43

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

procedure-pointer data item [Cobol/Syntax]
A data item in which a pointer to an entry point can be stored. A data item defined with the USAGE IS PROCEDURE-POINTER ...
process [Cobol/Event]
The course of events that occurs during the execution of all or part of a program. Multiple processes can run concurrent ...
program [Cobol/Syntax]
(1) A sequence of instructions suitable for processing by a computer. Processing may include the use of a compiler to pr ...
program identification entry [Cobol/Syntax]
In the PROGRAM-ID paragraph of the IDENTIFICATION DIVISION, an entry that contains clauses that specify the program-name ...
program-name [Cobol/Syntax]
In the IDENTIFICATION DIVISION and the end program marker, a user-defined word or alphanumeric literal that identifies a ...
pseudo-text [Cobol/Syntax]
A sequence of text words, comment lines, or the separator space in a source program or COBOL library bounded by, but not ...
pseudo-text delimiter [Cobol/Syntax]
Two contiguous equal sign characters (==) used to delimit pseudo-text.
punctuation character [Cobol/Syntax]
A character that belongs to the following set ...