by progressabhi1 » Thu Jul 24, 2008 11:59 am
Hi Bill
Thanks for your reply.
This time I'm not able to send you the screenshot as attachement(may be it is not enabled for me).
But,I'll tell you know so that you can see my query.
Below is the steps you need to take to understand my query :
1.Logon in CICS region.
2 On the panel you type
CEMT I TA TRAN(*)
Note:- Instead of '*' you can give any transaction name which if; by mistake you purge also
it don't harm the system(later on you can start this,just for sake i said).
3. You will be seeing many tasks running LIKE
******************************************************************************************************************************
I TA TRAN(DM*)
STATUS: RESULTS - OVERTYPE TO MODIFY
Tas(0022384) Tra(DM01) Sus Tas Pri( 001 )
Sta(S ) Use(D19302 ) Uow(C2BBB82EB30B5084) Hty(MQSeries)
*******************************************************************************************************************************
4.Now,In order to stop this Online tasks you need to purge it.As for eg. mentioned below:
==========================================================================================
I TA TRAN(DM*)
STATUS: RESULTS - OVERTYPE TO MODIFY
Tas(0022384) Tra(DM01) Sus Tas Pri( 001 ) F
Sta(S ) Use(D19302 ) Uow(C2BBB82EB30B5084) Hty(MQSeries)
==========================================================================================
5.This will stop the particular instance of transaction running.
This work I need to do through JCL so that if around 100 - 1000 transactions if;running i will be able to purge it
in one go.
I think above description will help you to understand my query.
Regards
Abhishek Kr