Page 1 of 2

CICS Restart

PostPosted: Wed Dec 18, 2013 2:06 am
by anky48
I had started a CICS region by issuing commands in zos.After,I did a CEMT PERFORM SHUTDOWN operation.Now,when I try to restart the CICS region by issuing an AUTO restart,the CICS region cant start.And the system initialization table along with all the data sets required for CICS seem to be in use,which doesn't allow me to start the CICS region..Please help and show me the way how I can restart CICS region again..Regards

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 3:31 am
by dick scherrer
Hello and welcome to the forum,

You or your system support people need to determine why the data sets are in use.

Untill this has been resooved, i suspect you will Not be able to restart.

Are you sure that the same task is not alreadyrunning?

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 10:01 am
by anky48
Yes..The same task is not running.I checked looking into active users. CICS jobs are not executed.I would like to mention,CICS shutdown was normal.May I know what may be the reason behind this? Thanx for your reply .

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 12:43 pm
by dick scherrer
Hello,

Go into TSO and try to open one of the problem pds files in Edit. It should say the file is in use.

Then press F1 a couple of times (2) and the system should tell you what "has" the dataset.

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 1:40 pm
by enrico-sorichetti
or a more scientific approach ;)
( for vsam file an ISPF edit will not work)

in the ispf command line enter TSO ISRDDN
and follow the instruction for the ENQ command
to find out who/wht is holding the file and act accordingly

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 1:56 pm
by anky48
Thanks..I looked into them.There were 14 users which uses the dataset and all of them are my ID..So,any way to release them so that I can sart my CICS region?

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 1:58 pm
by enrico-sorichetti
There were 14 users which uses the dataset and all of them are my ID.


Your ID as Your TSO session ??

just try to logoff, logon, check again the ENQ status

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 2:08 pm
by anky48
Still the same..Coincidentally, my TSO session ID is same as CICS ID..The datasets are in red ..

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 2:33 pm
by NicC
Coincidentally, my TSO session ID is same as CICS ID.
That is insane! Logoff, logon as someone else and all will be ok.

Re: CICS Restart

PostPosted: Wed Dec 18, 2013 2:42 pm
by anky48
Thanks..cant understand why the datasets are being held..when I tried CEMT PERFORM SHUTDOWN ,it performed all right..please provide a way..