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

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  access mode   array   assumed decimal point   binary search   buffer   case structure   code page   compile   compile time   component   contained program   copybook  ..more

file [Cobol/Concept]
A collection of logical records.
iteration structure [Cobol/Concept]
A program processing logic in which a series of statements is repeated while a condition is true or until a condition is ...
little-endian [Cobol/Concept]
The default format that Intel processors use to store binary data and UTF-16 characters. In this format, the most signif ...
multitasking [Cobol/Concept]
A mode of operation that provides for the concurrent, or interleaved, execution of two or more tasks.
multithreading [Cobol/Concept]
Concurrent operation of more than one path of execution within a computer. Synonymous with multiprocessing.
page [Cobol/Concept]
A vertical division of output data that represents a physical separation of the data. The separation is based on interna ...
page body [Cobol/Concept]
That part of the logical page in which lines can be written or spaced or both.
port [Cobol/Concept]
(1) To modify a computer program to enable it to run on a different platform ...
portability [Cobol/Concept]
The ability to transfer an application program from one application platform to another with relatively few changes to t ...
procedure integration [Cobol/Concept]
One of the functions of the COBOL optimizer is to simplify calls to performed procedures or contained programs ...