All Articles

Arithmetic Operations Error Handling

The arithmetic operations (e.g. ADD, SUBTRACT, MULTIPLY, DIVIDE, or COMPUTE) will either produce a...

Error Handling – Introduction

Error handling is a method used to handle potential runtime errors by sending messages...

Conditional Directives

The conditional compilation directive statements allow programmers to conditionally include or exclude sections of...

COPY DDS Translate

COPY statement is also used to translate DDS file layout to incorporate external file...

COPY Basic Format

Before compiling a COBOL program containing COPY directive statements, several important points should be...

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