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

INOT

Examples

INOT returns the logical NOT of x.

Read syntax diagramSkip visual syntax diagram>>-INOT(x)-----------------------------------------------------><
 
x
Expression. x must have a computational type.

If x is REAL FIXED BIN(p,0), then the result is REAL FIXED BIN(p,0) and it is UNSIGNED if x is UNSIGNED. Otherwise, x is converted to SIGNED REAL FIXED BIN(M,0) and the result has the same attributes.

Although INOT(x) has the opposite sign of x, INOT(x) is not the same as -x.


Terms of use | Feedback

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