All Articles

Range of subscript error

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

Pointer not set error

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

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...

Parameter Passing

In ILE COBOL, parameter passing is governed by how memory is shared between a...