Subject: RE: CICS startup JCL
From: Edward M Martin (EMartin@aultman.com)
Date: Wed Sep 02 2009 - 09:49:10 EDT
Hello Allan, Yes it happens to us all. But I have been working with the operators. If they are in doubt, just hit enter and let the system determine how the last shutdown was done. We are slowly coming out of the procedures from years past. (knock on wood here) Things are getting better. Ed Martin Aultman Health Foundation 330-363-5050 ext 35050 -----Original Message----- From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Allan Peterson Sent: Tuesday, September 01, 2009 7:02 PM To: VSE Discussion List Subject: RE: CICS startup JCL Yep that's the way it is meant to work , BUT ... every now and then the brain does not engage -----Original Message----- From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Edward M Martin Sent: Wednesday, 2 September 2009 8:43 a.m. To: VSE Discussion List Subject: RE: CICS startup JCL Hello, We always have the operators us a START=(COLD,ALL),.end during the normal startup. If they have any issues at all they are allowed to Just hit enter to allow the EMERGENCY or WARM startup to happen. Ed Martin Aultman Health Foundation 330-363-5050 ext 35050 -----Original Message----- From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Allan Peterson Sent: Monday, August 31, 2009 6:12 PM To: VSE Discussion List Subject: RE: CICS startup JCL Well yes , but ....it has worked for 25 years , except once or twice when OPS forgot and that's what screwed us, and it also appears the nightly job checklist was not consulted, ie confirm that the CICS came to a normal EOJ before you start anything new I had been playing around with a thought that to make damn sure all the ducks were aligned CICS gone to EOJ, CICS logs copied, set the parameter and at startup time have some IF's If you have then copied the CICS logs to a backup and then initialized then does it impact a warm start. At month end CICS11 is shutdown and a CIC11R is started. CICS11R is pseudo DL/I read only (no update PSB's or applications), separate Databases and DFHJ01A/B, but uses the original DFHTEMP, RSD etc -----Original Message----- From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Tom Duerbusch Sent: Tuesday, 1 September 2009 9:38 a.m. To: VSE Discussion List Subject: Re: CICS startup JCL We use START=AUTO. That will do a WARM start if CICS was shutdown normally, or EMER if CICS came down abnormally. If I need a cold start done, we release the following job and bring CICS backup. * $$ JOB JNM=COLDPROD,DISP=L,PRI=3,CLASS=8,USER='TOM DUERBUS GENERATED * $$ LST CLASS=J,DEST=(,MAINT) // JOB COLDPROD SETUP PROD FOR COLD START /* ID STATEMENT SUPPRESSED */ // OPTION LOG // SETPARM XNCPU='' // EXEC PROC=$COMVAR,XNCPU // EXEC DTRSETP,PARM='CPUVAR&XNCPU;;SET XMODEF8=COLD' /* /& * $$ EOJ GENERATED Tom Duerbusch THD Consulting >>> <Rbotsis@aol.com> 8/31/2009 4:31 PM >>> We handle it with FAQS/ASO. COLD start always, but then we don't have DL/I.
This archive was generated by hypermail 2b25 : Wed Sep 02 2009 - 20:20:12 EDT