IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS TASK


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
neha_cap

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Tue Dec 04, 2012 11:23 pm
Reply with quote

How to kill the task in CICS??
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Dec 04, 2012 11:27 pm
Reply with quote

Ask your CICS support people. I don't know exactly what you mean, but it sounds like something you shouldn't try yourself, particularly with information lifted off the web.
Back to top
View user's profile Send private message
neha_cap

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Tue Dec 04, 2012 11:43 pm
Reply with quote

One the interviewer asked this question to me....He actually asks me : If the transaction stuck in loop and u can see only black screen......Then how do u kill that transaction??
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 05, 2012 12:03 am
Reply with quote

Should this not be in the Interview Questions section and not CICS?

There are several levels of looping transactions
1. loops that include CICS interactions
1a. if the site has a CICS montor, the monitor can be used to kill the task
1b. if the site does not have CICS monitor, the task may be cancelled from another terminal (use CEMT I TAS) to identify the task to kill).
2. loops that do not include CICS interactions
2a. if the site has a CICS monitor, try to kill the task using the monitor
2b. if the site does not have a CICS monitor, the CICS region may need to be killed and restarted.
2c. if the site does not have a CICS monitor and only one processor in the machine, an IPL may be required to reset the system
Back to top
View user's profile Send private message
neha_cap

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Wed Dec 05, 2012 8:12 am
Reply with quote

Thanks for detailed answer!!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top