Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dpaynter

    Bitwise Operations in COBOL

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

    Command similar to START needed

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

    Command similar to START needed

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

    Search Notelines or Infolines

    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

Part and Inventory Search

Back
Top