CICS transaction disabled



Ask about System customization & performance, Workload management, I/O device configuration etc.

CICS transaction disabled

Postby jaggz » Fri Jan 07, 2011 1:58 pm

Hi,

We have a sandbox system where we always find that the CICS transaction is in Disabled state due to which the tso session always hangs. For a quick response we purge all those task which are running under loop, But this is happening frequently due to which the tso session is impacted to a great extent. Please advice us solution to overcome this issue.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: CICS transaction disabled

Postby enrico-sorichetti » Fri Jan 07, 2011 2:12 pm

pleas learn to describe properly Your issues ...
... CICS transaction is in Disabled state due to which the tso session always hangs

if a transaction is disabled it will never be executed,
hence it (that transaction) will never be able to interfere (hang - whatever it means) with a TSO session

For a quick response we purge all those task which are running under loop

how does a loop relate to a disabled transaction,
if a task is looping there are certainly issues with the program logic... FIX IT

But this is happening frequently due to which the tso session is impacted to a great extent

a proper system setup will not let unrelated <tasks> ( CICS transaction, TSO users ) interfere with each other

let' s hope that the system is not setup in the same way You asked Your question!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: CICS transaction disabled

Postby dick scherrer » Sat Jan 08, 2011 8:29 am

Hello,

If this is like a few places i've been, the "sandbox" lpar is given too little resoures. Any high-priority "loop" can basically shut down the system.

If some cics transactions are the culprit that go into a loop, reduce the timeout for these/all cics trancactions.

Suggest consideration be given to providing more resources for the sandbox if there are so many bad sets of code. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: CICS transaction disabled

Postby jaggz » Sat Jan 08, 2011 8:38 pm

Dick,

Thanks a lot for your assistance.Thanks again.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times


Return to System programming

 


  • Related topics
    Replies
    Views
    Last post