All Articles

Text Manipulation Statements

Text manipulation statements include source code from difference source member and replace the existing...

Listing Control Statements

Listing control statements allow programmers to display or suppress the listing of source code...

Compiler Directives

A compiler directive is a statement that causes the compiler to take a specific...

REDEFINES Clause

In COBOL, the REDEFINES and RENAMES clauses are used to manipulate data layout and...

RENAMES Clause

In COBOL, the REDEFINES and RENAMES clauses are used to manipulate data layout and...

ID Division

The Identification or ID division is the first and mandatory division in every COBOL400...

Financial Functions

ANNUITY Function In ILE COBOL, the ANNUITY function simplifies calculations related to annuities. It...

Statistical Functions

MEAN Function The MEAN intrinsic function, in ILE COBOL, calculates the arithmetic mean of...

Date-Time Functions

CURRENT-DATE Function CURRENT-DATE function, in ILE COBOL, generates current date in YYYYMMDD format, current...