LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2000)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 6 Mar 2000 20:37:48 -0000
Reply-To:     JP - Lemon Tree <jp@lemon-tree.co.uk>
Sender:       CICS List <CICS-L@LISTSERV.UGA.EDU>
From:         JP - Lemon Tree <jp@LEMON-TREE.CO.UK>
Organization: Lemon Tree
Subject:      Re: Automation of CICS COLD starts
Content-Type: text/plain; charset="iso-8859-1"

Delete/Redefine! All my CICS regions have different sized GCD/LCD/RSDs - I could keep define card for each dataset but there's a risk the size changes and someone forgets to update the define cards. I got around this problem by using REPRO & REUSE - and REPRO the INIT records to the GCD/LCD - it works just the same - but no del/def and all the risks with that (like the del works but someone takes the space before the def!)

As for the check it was a clean shutdown - we use a simple dataset creation at the end of CICS and then check that that dataset exists at startup before doing the Del/Def bit.

I can post the JCL if you want it.

----- Original Message ----- From: "Nuno Coelho" <nuno.coelho@MELLO-IMPERIO.PT> To: <CICS-L@LISTSERV.UGA.EDU> Sent: Monday, March 06, 2000 4:24 PM Subject: Re: Automation of CICS COLD starts

> > Sorry, maybe I'm missing something here. How do you make sure the shutdown > > was a controlled one, all necessary backouts have been performed, etc, > > before deleting all this stuff ? What if the region has abended while > > shutting down, and there are indoubts to be resolved ? > > > > > > -----Original Message----- > > From: Patrick Mullen [SMTP:patrick.mullen@CGI.CA] > > Sent: Monday, March 06, 2000 3:22 PM > > To: CICS-L@LISTSERV.UGA.EDU > > Subject: Re: Automation of CICS COLD starts > > > > Bobby Herring wrote: > > > > > We automate it by having our scheduler package submit a job every > > Saturday > > > morning before the production regions come up to delete/define/init the > > GCD, > > > LCD and RSD files. Our start up parms specify auto so when it finds > > > initialized datasets, it performs a cold start. Every other morning of > > the > > > week, it performs a warm start. > > > > We use this method too, it works well. >


Back to: Top of message | Previous page | Main CICS-L page