Author |
Message |
Topic: special characters are getting replaced by comms (no broker) |
coderunner
Replies: 4 Views: 5727
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 11, 2008 7:51 am Subject: special characters are getting replaced by comms (no broker) |
Just seen your question, so this may be too late for you. I've seen something similar with sending qmgr on z/os and receiving qmgr on windows. CCSID was 500 on both and for example £ was converted to ... |
Topic: MQ Triggering CICS Transaction |
coderunner
Replies: 6 Views: 6745
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 29, 2007 12:35 am Subject: MQ Triggering CICS Transaction |
I've tested the solution where CKTI is started as CICS comes-up and it works, it started my transaction which processed the outstanding messages on the queue.
Also I do plan on having the transactio ... |
Topic: MQ Triggering CICS Transaction |
coderunner
Replies: 6 Views: 6745
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jun 28, 2007 5:42 am Subject: MQ Triggering CICS Transaction |
Thanks for your reply Mr. Butcher.
I'll try out the method you suggest. The CICS transaction I have written will processes all messages that have been put into the queue.
Cheers. |
Topic: MQ Triggering CICS Transaction |
coderunner
Replies: 6 Views: 6745
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jun 28, 2007 5:26 am Subject: MQ Triggering CICS Transaction |
I have a queue with a trigger type of Every, which causes a CICS transaction to be run to process the message in the queue. During the night CICS is closed, but messages could still be put ino the que ... |
Topic: CICS Recovery |
coderunner
Replies: 1 Views: 3777
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Mar 16, 2007 2:43 am Subject: CICS Recovery |
If a CICS transaction gets a message from a queue, thereby removing it from the queue, then the transaction abends unexpectedly, will the message be put back onto the queue or will it be lost?
Simi ... |
Topic: Generating XML using Enterprise COBOL |
coderunner
Replies: 4 Views: 7862
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Mar 08, 2007 4:08 am Subject: Problem Resolved |
Thanks for your replies. The problem was caused by the JCL used to run the program using the runtime library for our previous version of COBOL instead of the Enterprise version. Doh!  |
Topic: Generating XML using Enterprise COBOL |
coderunner
Replies: 4 Views: 7862
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Mar 06, 2007 9:09 am Subject: Generating XML using Enterprise COBOL |
We have recently installed Enterprise COBOL for z/OS and I have been investigating the XML PARSE and XML GENERATE commands that are available in this version of the language. Whilst I have been able t ... |