Welcome to myCobol.net Monday, 04 July 2022, 07:55
- 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.