Welcome to myCobol.ovh Monday, 29 September 2025, 10:47

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

floating-point data item [Cobol/Syntax]
A numeric data item that contains a fraction and an exponent. Its value is obtained by multiplying the fraction by the b ...
format [Cobol/Syntax]
A specific arrangement of a set of data.
function [Cobol/Syntax]
A temporary data item whose value is determined at the time the function is referenced during the execution of a stateme ...
function-identifier [Cobol/Syntax]
A syntactically correct combination of character strings and separators that references a function. The data item repres ...
function-name [Cobol/Syntax]
A word that names the mechanism whose invocation, along with required arguments, determines the value of a function.
function-pointer data item [Cobol/Syntax]
A data item in which a pointer to an entry point can be stored. A data item defined with the USAGE IS FUNCTION-POINTER c ...
global name [Cobol/Syntax]
A name that is declared in only one program but that can be referenced from the program and from any program contained w ...
global reference [Cobol/Syntax]
A reference to an object that is outside the scope of a method.
group item [Cobol/Syntax]
(1) A data item that is composed of subordinate data items. See alphanumeric group item and national group item ...
grouping separator [Cobol/Syntax]
A character used to separate units of digits in numbers for ease of reading. The default is the character comma.