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...