Has anyone ever seen or developed a good way to do bitwise operations on a mainframe using COBOL? I'm looking to accomplish the same types of bitwise operations with COBOL that are currently available in C++/Java such as OR, XOR, AND, & SHIFT. So far, the solution is to create a C++ subroutine to run on the mainframe, but that requires many subroutine calls from the COBOL program. We're looking for a more eloquent solution. Any ideas?
Thanks
Dan
Thanks
Dan