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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sajohn52

  1. sajohn52

    Retreiving message from MQseries with Msg_Id

    stevexff Boy is my face red! I found out that whole the problem was caused because I wasn't using the correct queue name when I opened up the second queue. After I made the fix everything worked fine. Thanks for your help. BTW Your right this a crummy why to retrive messages from MQ but the...
  2. sajohn52

    Retreiving message from MQseries with Msg_Id

    I have two mesasge variables one is called $MsgID and the other is called $AMsgID. I am converting $MsgID to ascii into the $AMsgID for debugging purposes. So $MsgID is used in the second Message->New is still in EBCDIC. Do you suppose that maybe I should unpacking the data using another option...
  3. sajohn52

    Retreiving message from MQseries with Msg_Id

    I only included the last part of the code because it was the section that was giving me problems. The complete code is listed below. I keep getting a "2033 No message to available" error message. The problem is that a message does exisit in the Dqueue but for some reason I am unable to extract...
  4. sajohn52

    Retreiving message from MQseries with Msg_Id

    Hi I'm having problems retreiving an MQ message from a queue by msg_ID. Here is the situation. I receive two messages from a main frame where the data is stored in EBCDIC. The first message stores the data queue name and the msg_id of the second message I'm suppose to pick up. I parse the...

Part and Inventory Search

Back
Top