All Articles

Eval (M)

It evaluates the default decimal value in a variable. Example Program D Result4 s...

Eval(R)

It evaluates the expression with right adjust. Example Program DB S 15A INZ('Programmers') C...

Except(Rpgle)/Excpt(Rpg)

The EXCEPT opcode is used to write the exception records. Exceptional records are defined...

Exfmt

The EXFMT opcode is used to write the exception records. Exceptional records are defined...

Exsr

It is used to call and process a saubroutine. Example Program Dcl-s CharDate Char(6)...

Extrct

This opcode extracts: Year, month or day segment of a date or timestamp value...

For

For loop is like any other for loop of any language. It consists of...

If

It is used to check the condition and if it is true, the next...

IfXX

It is used to check the condition and if it is true, the next...