Language Reference |
BAND | returns the bitwise logical AND of two arguments |
BLSHIFT | performs a bitwise logical left shift of an argument by a specified amount |
BNOT | returns the bitwise logical NOT of an argument |
BOR | returns the bitwise logical OR of two arguments |
BRSHIFT | performs a bitwise logical right shift of an argument by a specified amount |
BXOR | returns the bitwise logical EXCLUSIVE OR of two arguments |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.