Welcome to myCobol.ovh Monday, 29 September 2025, 12:32
- index
[Cobol/Syntax]
- A computer storage area or register, the content of which represents the identification of a particular element in a tab ...
- 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 ...