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: *

  • Users: fredmath
  • Content: Threads
  • Order by date
  1. fredmath

    Socket programming on CICS - NUMSOCK vs MAXFILEPROC?

    We are running on z/os system are doing CICS socket programming. Once in a while we are getting an error : 24 (The socket descriptor table is full). We have set the NUMSOCK parameters of the CICS Listener CSKL to 18 and have the MAXFILEPROC set to 68. Do you know what is the parameters that...
  2. fredmath

    SSL Error on Channel: 'gsk_secure_soc_init' RC=-25

    We are implementing SSL encryption for one of our clients and we are getting the error mentioned above. What does it mean?
  3. fredmath

    SSL Encryption with MQ Series

    Hello, One of our MQ customers has requested encryption on our MQ channels and we've never done this before. This is what we believe needs to be done. Can anybody double check that we're not missing the boat. Both our customer and us are on an MVS platform and we plan to use RACF as our...
  4. fredmath

    MQ ACKnowledgement Problems

    We are experiencing a 5 minute delay when sending a reply message to another queue manager via distributed queuing. There is a lot of re-routing and address translation ("natting") before it's final destination. Our sender channel starts successfully, "last message" time stamp is 1 second...
  5. fredmath

    How to diffenriciate 2 msgs with the same msg-id and correl-id?

    We have written our own MQ CICS listener (Cobol pgm). This listener is a long running task that "gets" (non destructive) a message with a browse-first and continues to browse-next until the queue is empty and starts back at the beginning. It then dispatches to the real application by starting a...
  6. fredmath

    CCSID=1208 (UTF-8) not converted correctly to CCSID=500 (IBM037)

    I am receiving an XML message with UTF-8 encoding from a Unix machine. I am on OS/390, the CCSID of the message is 1208. My Qmgr is CCSID=500, when I am doing the MQGET with the MQGMO_CONVERT option it is doing the conversion from ASCII to EBCDIC but it does not decode the utf-8 character. Ex...

Part and Inventory Search

Back
Top