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

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

record-name [Cobol/Syntax]
A user-defined word that names a record described in a record description entry in the DATA DIVISION of a COBOL program.
recording mode [Cobol/Syntax]
The format of the logical records in a file. Recording mode can be F (fixed length), V (variable length), S (spanned), o ...
reel [Cobol/Syntax]
A discrete portion of a storage medium, the dimensions of which are determined by each implementor that contains part of ...
reference modification [Cobol/Syntax]
A method of defining a new category alphanumeric, category DBCS, or category national data item by specifying the leftmo ...
reference-modifier [Cobol/Syntax]
A syntactically correct combination of character strings and separators that defines a unique data item. It includes a d ...
relation [Cobol/Syntax]
See relational operator or relation condition.
relation character [Cobol/Syntax]
A character that belongs to the following set ...
relation condition [Cobol/Syntax]
The proposition (for which a truth value can be determined) that the value of an arithmetic expression, data item, alpha ...
relational operator [Cobol/Syntax]
A reserved word, a relation character, a group of consecutive reserved words, or a group of consecutive reserved words a ...
relative file [Cobol/Syntax]
A file with relative organization.