Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

IEOR

IEOR returns the logical exclusive-OR of x and y. The result is unsigned if all arguments are unsigned.

Read syntax diagramSkip visual syntax diagram>>-IEOR(x,y)---------------------------------------------------><
 
x and y
Expressions that must have a computational type.

If any argument is not REAL FIXED BIN(p,0), then it is converted to SIGNED REAL FIXED BIN(M,0).

If any argument is SIGNED, then any UNSIGNED arguments are converted to SIGNED.

The result is REAL FIXED BIN( max(p1,p2,...), 0 ). It is UNSIGNED if all the arguments are UNSIGNED.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)