On 21/03/2009, at 9:27 AM, Jon Sinner wrote:
%BITAND and %BITOR.  Maybe it is because it is late on Friday, but I
just do understand the bit masks and how to use these BIF's.
In general:
If you want to test bits use %BITAND with a mask where the bits you  
want to test are ON and test the result is equal to the mask.
If you want to set bits on use %BITOR with a mask where the bits you  
want to set are ON. The result will have those bits set.
If you want to set bits off use either %BITXOR with a mask where the  
bits you want off are on, or use %BITAND with a mask that is the  
inverse of the bits you want off. The result will have those bits off.
The ILE RPG Reference has plenty of examples.
Regards,
Simon Coulter.
--------------------------------------------------------------------
   FlyByNight Software         OS/400, i5/OS Technical Specialists
   
http://www.flybynight.com.au/
   Phone: +61 2 6657 8251   Mobile: +61 0411 091 400        /"\
   Fax:   +61 2 6657 8251                                   \ /
                                                             X
                 ASCII Ribbon campaign against HTML E-Mail  / \
--------------------------------------------------------------------
 
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.