Welcome to myCobol.ovh Monday, 29 September 2025, 11:03
- 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.