Welcome to myCobol.ovh Monday, 29 September 2025, 08:15
- input mode
[Cobol/Syntax]
- The state of a file after execution of an OPEN statement, with the INPUT phrase specified, for that file and before the ...
- input procedure
[Cobol/Syntax]
- A set of statements, to which control is given during the execution of a SORT statement, for the purpose of controlling ...
- input-output file
[Cobol/Syntax]
- A file that is opened in the I-O mode.
- INPUT-OUTPUT SECTION
[Cobol/Syntax]
- The section of the ENVIRONMENT DIVISION that names the files and the external media required by an object program or met ...
- input-output statement
[Cobol/Syntax]
- A statement that causes files to be processed by performing operations on individual records or on the file as a unit. T ...
- instance data
[Cobol/Syntax]
- Data that defines the state of an object. The instance data introduced by a class is defined in the WORKING-STORAGE SECT ...
- integer
[Cobol/Syntax]
- (1) A numeric literal that does not include any digit positions to the right of the decimal point ...
- interlanguage communication
[Cobol/Syntax]
- (ILC ...
- intermediate result
[Cobol/Syntax]
- An intermediate field that contains the results of a succession of arithmetic operations.
- internal data
[Cobol/Syntax]
- The data that is described in a program and excludes all external data items and external file connectors. Items describ ...