Welcome to myCobol.ovh Monday, 29 September 2025, 11:07
- 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.
- header label
[Cobol/Syntax]
- (1) A file label or data-set label that precedes the data records on a unit of recording media ...
- high-order end
[Cobol/Syntax]
- The leftmost character of a string of characters.
- I-O mode
[Cobol/Syntax]
- The state of a file after execution of an OPEN statement, with the I-O phrase specified, for that file and before the ex ...
- I-O status
[Cobol/Syntax]
- A conceptual entity that contains the two-character value indicating the resulting status of an input-output operation. ...