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

How to recycle CICS region thru JCL?


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

New User


Joined: 13 Jul 2010
Posts: 6
Location: Mexico City

PostPosted: Fri Jan 14, 2011 12:29 am
Reply with quote

Hi,

Can we bring down and bring up a CICS region thru JCL? Can someone help with one?

Thanks,
Prasanna
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Jan 14, 2011 12:46 am
Reply with quote

IIRC, you can use IEBGENER, specifying a JES Modify command, which issues a CEMT PERFORM SHUT or CEMT PERFORM SHUT IMM against the target CICS region.

As far as starting the region back up, the region is probably an MVS Started Task, in which case, it would be an /S "region-name" Console command.

Other members may have different solutions.

Do you have any type of Automation package?

It's much easier with a package like this....

Bill
Back to top
View user's profile Send private message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Fri Jan 14, 2011 12:53 am
Reply with quote

Bill O'Boyle wrote:
IIRC, you can use IEBGENER, specifying a JES Modify command, which issues a CEMT PERFORM SHUT or CEMT PERFORM SHUT IMM against the target CICS region.

As far as starting the region back up, the region is probably an MVS Started Task, in which case, it would be an /S "region-name" Console command.

Other members may have different solutions.

Do you have any type of Automation package?

It's much easier with a package like this....

Bill


This is pretty much how our shop handles shut downs. We schedule the job and use the EXCI to issue CEMT P SHUT.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Fri Jan 14, 2011 12:58 am
Reply with quote

As Bill indicates, the answer is ... it depends. Possibly yes, depending upon your site. IIRC, there is a RACF facility to allow batch jobs to issue console commands; if you have this authority then you can certainly shut down and bring up a CICS region from a batch job.

Whether or not that SHOULD be done is another question entirely -- depending upon the site and the specifics of the region, it may be possible but not recommended to do this. Follow your site's standards and procedures, and you'll have many fewer explanations to management over time.
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 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