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

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  77-level-description-entry   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   argument   arithmetic expression   arithmetic operation   arithmetic operator   arithmetic statement  ..more

linage-counter [Cobol/Syntax]
A special register whose value points to the current position within the page body.
link [Cobol/Syntax]
(1) The combination of the link connection (the transmission medium) and two link stations, one at each end of the link ...
LINKAGE SECTION [Cobol/Syntax]
The section in the DATA DIVISION of the called program or invoked method that describes data items available from the ca ...
linker [Cobol/Syntax]
A term that refers to either the z/OS linkage editor or the z/OS binder.
literal [Cobol/Syntax]
A character string whose value is specified either by the ordered set of characters comprising the string or by the use ...
local reference [Cobol/Syntax]
A reference to an object that is within the scope of your method.
LOCAL-STORAGE SECTION [Cobol/Syntax]
The section of the DATA DIVISION that defines storage that is allocated and freed on a per-invocation basis, depending o ...
logical operator [Cobol/Syntax]
One of the reserved words AND, OR, or NOT. In the formation of a condition, either AND, or OR, or both can be used as lo ...
logical record [Cobol/Syntax]
The most inclusive data item. The level-number for a record is 01. A record can be either an elementary item or a group ...
low-order end [Cobol/Syntax]
The rightmost character of a string of characters.