| View previous topic :: View next topic |
| Author |
Message |
Chris_11 Beginner
Joined: 28 Sep 2004 Posts: 1 Topics: 1
|
Posted: Tue Sep 28, 2004 10:56 pm Post subject: CICS-MQ |
|
|
Hello Guru's,
I never worked in CICS-MQ but I know concepts of it. I need to get data from MQ and need to do some validation in CICS and send the data back to MQ. Can some one give me a high level whats need to be done in CICS. I know I |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12399 Topics: 75 Location: San Jose
|
Posted: Wed Sep 29, 2004 5:39 am Post subject: |
|
|
Chris11,
Check this link for MQ series Primer which is very good reference for beginners.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Sep 30, 2004 1:11 pm Post subject: |
|
|
Your CICS pgm that will interface to MQ must have SYSLIB DSN=hlq.SCSQCOBC available in compile step and the "stub" CSQCSTUB included from DSN=hlq.SCSQLOAD at LKED time.
Regards,
Bill |
|
| Back to top |
|
 |
|
|
|