BNOT Function


Returns the bitwise logical NOT of an argument

Category: Bitwise Logical Operations

Syntax

BNOT ( argument )

Arguments

argument

  • is numeric, nonnegative, and nonmissing.

  • Range: 0 to the largest 32-bit unsigned integer

Examples

SAS Statements

Results

x=bnot(0F000000Fx);

 

put x=hex.;

x=0FFFFFF0




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net