priyanthan
Programmer
Can any one please tell me how to convert int into Binary.
for example;
i need to change 2 into 0010
3 into 0011
4 into 0100
5 into 0101
and then "AND" the 0010 and 0011.
for example;
0010 AND 0011 should give me 0010.
working with CR 8.5 and DB2.
Can anyone tell me how to do this.
Thanks in advance.
for example;
i need to change 2 into 0010
3 into 0011
4 into 0100
5 into 0101
and then "AND" the 0010 and 0011.
for example;
0010 AND 0011 should give me 0010.
working with CR 8.5 and DB2.
Can anyone tell me how to do this.
Thanks in advance.