In last week's issue, I shared with you a service program with procedures that perform bitwise operations. The tip did not make clear that the program is necessary only at releases prior to V5R2. As of V5R2, RPG has built-in functions %BitAND, %BitOR, %BitXOR, and %BitNOT that you can use for bitwise operations.