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

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

relative key [Cobol/Syntax]
A key whose contents identify a logical record in a relative file.
relative organization [Cobol/Syntax]
The permanent logical file structure in which each record is uniquely identified by an integer value greater than zero, ...
relative record number [Cobol/Syntax]
The ordinal number of a record in a file whose organization is relative. This number is treated as a numeric literal tha ...
reserved word [Cobol/Syntax]
A COBOL word that is specified in the list of words that can be used in a COBOL source program, but that must not appear ...
resultant identifier [Cobol/Syntax]
A user-defined data item that is to contain the result of an arithmetic operation.
routine [Cobol/Syntax]
A set of statements in a COBOL program that causes the computer to perform an operation or series of related operations. ...
routine-name [Cobol/Syntax]
A user-defined word that identifies a procedure written in a language other than COBOL.
run time [Cobol/Syntax]
The time at which an object program is executed. Synonymous with object time.
run unit [Cobol/Syntax]
A stand-alone object program, or several object programs, that interact by means of COBOL CALL or INVOKE statements and ...
runtime environment [Cobol/Syntax]
The environment in which a COBOL program executes.