All Articles

Kfld

It comes into picture when we define a key list. It represents the key...

Klist

It is used to create a composite key consisting of many key fields that...

Leave

You can use LEAVE within a DO, DOU, DOUxx, DOW, DOWxx, or FOR loop...

LeaveSr

This opcode is used to take the control out of the subroutine inside which...

Lookup

It is used to look for an element in the array. Example Program D...

Monitor

If no error indicator or ‘E’ extender is present and the code that generates...

Movel

The MOVEL operation moves characters from factor 2 to the result field and it...

Mult & Mult(H)

This op-code multiplies factor-1 with factor-2 and places the result in result field. Example...

Mvr

It moves remainder for division happened between two numbers/variables earlier in a variable. Example...