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...
Thanks for the direction Stevexff. In case anyone else is interested, here's the syntax that worked.
ADDRESS ISPEXEC "SELECT PGM(ISPSTRT) PARM("MY_REXX_EXEC")"
Thanks
Dan
I have written a REXX exec that opens an edit session for a COBOL copybook found on the same line as the cursor. This doesn't allow me to toggle back and forth between the copybook and the original program. I'm wondering if there is an ISPEXEC command that would issue the equivalent of a...
I saw the past post on being unable to search MSGLINES, but I thought there was a way to search either NOTELINES or INFOLINES. I've searched my references and the internet without finding anything. Does anyone know if it's possible and/or what the Rexx command is? Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.