Welcome to myCobol.ovh Monday, 29 September 2025, 12:34
- PROCEDURE DIVISION
[Cobol/Syntax]
- The COBOL division that contains instructions for solving a problem.
- procedure integration
[Cobol/Concept]
- One of the functions of the COBOL optimizer is to simplify calls to performed procedures or contained programs ...
- procedure-name
[Cobol/Syntax]
- A user-defined word that is used to name a paragraph or section in the PROCEDURE DIVISION. It consists of a paragraph-na ...
- 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.