All Articles

Access Mode Clause

In ILE COBOL, the ACCESS MODE clause tells the system how you intend to...

Organization Clause

File organization in ILE COBOL determines how records are physically arranged on a storage...

Range of subscript error

The monitor message MCH0603 refers to the below two types of errors in ILE...

Program Status Clause

In ILE COBOL, the PROGRAM STATUS clause is a powerful diagnostic tool defined in...

Binder Language

A Service Program (*SRVPGM) is a group of sub procedures that other programs can...

Modules

ILE (Integrated Language Environment) Modules in COBOL/400 (IBM i) are non-runnable, compiled objects (*MODULE)...

Static Calls

In ILE COBOL, “bind by copy” and “bind by reference” are methods for creating...

Dynamic Calls

In ILE COBOL, a dynamic program call transfers control to a separate program object...

Type of Call Statements

In ILE COBOL, the primary difference between dynamic and static calls is when the...