XL Fortran for AIX 8.1

Language Reference

TRAP(A, B, TO)

Operand A is compared with operand B. This comparison results in five conditions which are ANDed with TO. If the result is not 0, the system trap handler is invoked.

Parameters

A
must be of type integer.

B
must be of type integer.

TO
must be a literal value from 1 to 31, of type INTEGER(4).

+----------------------------End of IBM Extension----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]