Welcome to myCobol.ovh Monday, 29 September 2025, 11:32

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   abend   access mode   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   ANSI   argument   arithmetic expression  ..more

I-O-CONTROL [Cobol/Syntax]
The name of an ENVIRONMENT DIVISION paragraph in which object program requirements for rerun points, sharing of same are ...
I-O-CONTROL entry [Cobol/Syntax]
An entry in the I-O-CONTROL paragraph of the ENVIRONMENT DIVISION; this entry contains clauses that provide information ...
IBM COBOL extension [Cobol/Standards]
COBOL syntax and semantics supported by IBM compilers in addition to those described in Standard COBOL 85.
IDENTIFICATION DIVISION [Cobol/Syntax]
One of the four main component parts of a COBOL program, class definition, or method definition. The IDENTIFICATION DIVI ...
identifier [Cobol/Syntax]
A syntactically correct combination of character strings and separators that names a data item. When referencing a data ...
imperative statement [Cobol/Syntax]
A statement that either begins with an imperative verb and specifies an unconditional action to be taken or is a conditi ...
implicit scope terminator [Cobol/Syntax]
A separator period that terminates the scope of any preceding unterminated statement, or a phrase of a statement that by ...
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.