Search found 6 matches
- Thu Jun 04, 2015 8:50 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: Help in contention of DB2 table between CICS and batch progr
- Replies: 5
- Views: 1016
Re: Help in contention of DB2 table between CICS and batch p
We played more around the coomit/commit-frequency but it does nt seem to help...could you please help with some more suggestions?
- Fri May 22, 2015 2:19 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: Help in contention of DB2 table between CICS and batch progr
- Replies: 5
- Views: 1016
Re: Help in contention of DB2 table between CICS and batch p
Yes, we are doing frequent commits.
- Thu May 21, 2015 12:05 pm
- Forum: Introduce Yourself and Share Your IT Experience.
- Topic: Hi.
- Replies: 1
- Views: 402
Hi.
Hi,
This is RobinPatil. I am working with Mainframes for 3 years. My work experiene is in to COBOL, JCL, DB2 and VSAM.
This is RobinPatil. I am working with Mainframes for 3 years. My work experiene is in to COBOL, JCL, DB2 and VSAM.
- Thu May 21, 2015 12:04 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 526315
Re: How did you find us?
Hi,
Google search helped me to find this site.
Google search helped me to find this site.
- Thu May 21, 2015 12:01 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 253585
Re: Where do you live?
Hi,
I also live in India and working in to IT.
I also live in India and working in to IT.
- Thu May 21, 2015 11:59 am
- Forum: CICS, Middleware and MQ Series.
- Topic: Help in contention of DB2 table between CICS and batch progr
- Replies: 5
- Views: 1016
Help in contention of DB2 table between CICS and batch progr
Hi, While the CICS is up, one of the other batch program unloads DB2 table (Table x) . The job executing the batch program abends as the CICS Listener is holding the table. To resolve it, we have added "WITH UR" in the SQL query in the online program bound it with ISOLATION LEVEL = UR but ...