All Articles

Data Structure

A data structure in RPG is a named area of storage that is divided...

Tables and Arrays

ARRAY – The array is a collection of elements having the same data type...

Built-in Function

%CHAR The %CHAR built-in function in CL is used to convert logical, decimal, integer,...

Handling Data Queues

Data Queues(*DTAQ) are the objects useful to carry out data transfer within a job...

Handling Data Areas

The CL (Control Language) programming language in RPG (Report Program Generator) uses data areas...

Bind By Copy

Bind by copy is nothing but static binding. Binding a module with "Bind by...

Bind By Reference

The BNDSRVPGM parameter’s service programs are bound by reference. A service program is bound...

Binder Language

Binder language is an instruction which is used to write an “EXPORT source file”...

Signature

What is a Service Program Signature? Every service program has at least one signature....