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

    ASCII to EBCDIC for MQ messages

    As GFC eluded to, there is always the CONVERT(YES) on the channel. This is not pretty, but it works. On yet another note, I would question the value of an app that does not know how to MQGMO_CONVERT. What else do they not know how to do? Do they really believe that all of the world is...
  2. realdemp

    Can anybody help me out????

    In the MQMD there is a Correlation Id. CA builds this unique id for each message. When SA responds, it uses the same CorreId in the message it returns. You now have a link.
  3. realdemp

    DB2 error -922 and Handle Abend

    If a DB2 program does not have an RCT entry, it will get a -922 DB2 SQL Code (Connection Not Established) when it tries to execute the first DB2 command. The problem is that it also appears to cause an abend that is trapped by a HANDLE ABEND. I could find no where that this is documented. Are...
  4. realdemp

    Auto Dead Queue / Backout requeue

    We thought that this would be something that IBM might supply as well, but they don't. They increment this counter to let you know how many times a message has been backed out, and they will tell you the name of the queue that the administrator thinks the message should move to, but it won't...
  5. realdemp

    Dynamic VSAM file definition.

    I am trying to write a general VSAM I/O module that can read and write any VSAM file. I tried to use address modification in the select statement and that didn't work. Do I have to write an Assembler module that messes with the ACB? Is there anyone out there that has a way to do it all in COBOL?

Part and Inventory Search

Back
Top