All Articles

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

Occur

The OCCUR operation establishes which occurrence of a multiple occurrence data structure is used...

On-Error

ON-ERROR follows the MONITOR opcode which is used for trapping errors. Example Program HOPTION(*SRCSTMT)...