Page 1 of 1

Way to know file status of a file if CICS is down?

Posted: Thu May 21, 2015 12:36 pm
by Shaurbh Sharma
To investigate a probem, I have to see if a given file is defined or not in a CICS region. But the region is not available and is down. Now is there a way that I can know if the file is defined to the region or not??

Re: Way to know file status of a file if CICS is down?

Posted: Thu May 21, 2015 1:49 pm
by enrico-sorichetti
please use Your neurons ...
if CICS is down why would somebody care about the status of a file ?
Now is there a way that I can know if the file is defined to the region or not??
did Your support ever hear of DFHCSDUP

Re: Way to know file status of a file if CICS is down?

Posted: Tue May 26, 2015 6:08 pm
by Shaurbh Sharma
Thanks enrico. I have read about DFHCSDUP but it does not talk about the status anywhere?
if CICS is down why would somebody care about the status of a file ?
Ideally the file should have been closed but we got a file open error when we tested it, so we wanted to know it.

Re: Way to know file status of a file if CICS is down?

Posted: Tue May 26, 2015 6:22 pm
by enrico-sorichetti
I have to see if a given file is defined or not in a CICS region
the output of the DFHCSDUP run will tell the CICS regions where the file is used
we got a file open error when we tested it, so we wanted to know it.
open error where ???

Re: Way to know file status of a file if CICS is down?

Posted: Tue May 26, 2015 10:51 pm
by Robert Sample
Ideally the file should have been closed but we got a file open error when we tested it, so we wanted to know it.
I think you need to clarify just what you are talking about. If the CICS region is done, you could NOT get a file open error for that file in that region -- since you cannot access CICS when the region is down. If you got a file open error somewhere else, you need to explain where (another CICS region? batch?) and why you believe in such a case that the CICS region being up or down would make any difference.

Re: Way to know file status of a file if CICS is down?

Posted: Thu Jun 04, 2015 9:02 pm
by Shaurbh Sharma
Our CICS region is shared between QA1 and test. Can that be a reason that QA1 is down while test is up and the file is in use with the same name in both the regions?

Re: Way to know file status of a file if CICS is down?

Posted: Thu Jun 04, 2015 11:30 pm
by Robert Sample
Are the regions using MRO? Is there a FOR region? I suggest you're going to get better answers by contacting your site support group as they will know your site configuration better than anyone on this forum.