SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Returns the bitwise logical EXCLUSIVE OR of two arguments

Category: Bitwise Logical Operations

Syntax

BXOR ( argument-1, argument-2 )

Arguments

argument-1, argument-2

Examples

SAS Statements

Results

x=bxor(03x,01x);

 

put x=hex.;

x=00000002

Категории