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

Forcepurge CICS transaction via JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bhavin.mehta

New User


Joined: 25 Jun 2012
Posts: 34
Location: India

PostPosted: Wed Jan 09, 2019 6:42 pm
Reply with quote

Can we Forcepurge CICS transaction via JCL?

Similar to what we do Online:-
Code:
CEMT SET TASK(xxxx) Forcepurge
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jan 09, 2019 7:10 pm
Reply with quote

Yes, provided you have a mechanism available to issue console commands via JCL. Some sites, for example, implement security to prevent this.

Garry.
Back to top
View user's profile Send private message
bhavin.mehta

New User


Joined: 25 Jun 2012
Posts: 34
Location: India

PostPosted: Wed Jan 09, 2019 7:12 pm
Reply with quote

Can you share a sample JCL? We do have CAFC (AFCP2016) can that be used?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jan 09, 2019 8:27 pm
Reply with quote

Code:
//STEP000  EXEC PGM=IEFBR14                                           
//   COMMAND 'S CICS-region,CEMT SET TASK(xxxx) Forcepurge'             


Garry
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jan 09, 2019 9:22 pm
Reply with quote

oOPS...


Code:
ode:
//STEP000  EXEC PGM=IEFBR14                                           
//   COMMAND 'F CICS-region,CEMT SET TASK(xxxx) Forcepurge'


Garry
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 -> JCL & VSAM

 


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 identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top