Welcome to myCobol.ovh Monday, 29 September 2025, 06:39

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  I-O mode   I-O status   I-O-CONTROL   I-O-CONTROL entry   IBM COBOL extension   IDENTIFICATION DIVISION   identifier   imperative statement   implicit scope terminator   index   index data item   index-name  ..more

index data item [Cobol/Syntax]
A data item in which the values associated with an index-name can be stored in a form specified by the implementor.
index-name [Cobol/Syntax]
A user-defined word that names an index associated with a specific table.
indexed data-name [Cobol/Syntax]
An identifier that is composed of a data-name, followed by one or more index-names enclosed in parentheses.
indexed file [Cobol/Syntax]
A file with indexed organization.
indexed organization [Cobol/Syntax]
The permanent logical file structure in which each record is identified by the value of one or more keys within that rec ...
indexing [Cobol/Syntax]
Synonymous with subscripting using index-names.
initial program [Cobol/Syntax]
A program that is placed into an initial state every time the program is called in a run unit.
initial state [Cobol/Syntax]
The state of a program when it is first called in a run unit.
inline [Cobol/Syntax]
In a program, instructions that are executed sequentially, without branching to routines, subroutines, or other programs ...
input file [Cobol/Syntax]
A file that is opened in the input mode.