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

how to terminate a task without abend in ceemsg(cics region)


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
poobalen

New User


Joined: 17 May 2006
Posts: 18
Location: malaysia

PostPosted: Thu May 25, 2006 1:48 pm
Reply with quote

hi,
I can manage to terminate a task from application
program, but i get abend message in cics region.

is there anywhere to terminate a cics task in program
without abend code? like how v purge thru command
cemt s task(xxxxx) force purge in cics region.

Thanks in advance for the help.
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Thu May 25, 2006 1:56 pm
Reply with quote

Ok. So you are terminating task in application program using
EXEC CICS SET TASK(data-value) FORCEPURGE END-EXEC
This terminates the task but results in an ABEND in that region.

I am sure that this is bound to happen. I am not quite sure why is that you are worried about the abend in CICS region.
If it is coming inn the reports, the "force purged" abends will have specific abend code and they can be ignored or separated out per the user's descretion.
Back to top
View user's profile Send private message
poobalen

New User


Joined: 17 May 2006
Posts: 18
Location: malaysia

PostPosted: Thu May 25, 2006 2:59 pm
Reply with quote

hi,

thanks for the reply,
yes it is true i can ignore the
abend, but some customer dnt like
to see to many abend dump in the
cics region...that's is y i was concern.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
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
Search our Forums:

Back to Top