Our agency is just getting into the use of stored procedures, and using DSNACICS. We have everything working, and are very happy with the process, but we are running into a small problem. Since we are trying to reuse existing logic used in our CICS programs, we are using DSNACICS within our stored procedure. Works great, that is unless something has stopped DSNACICS, and we don't know about it. Since the stored procedure is being called from a 24x7 Web application, there is a chance that if it gets called while CICS is being recycled, the DSNACICS procedure abends, and must be restarted. Unfortunately, This stop does not aleart anyone. Is there anyway to determine (from the stored procedure) if the CICS region that is going to be accessed is even running, or is there some sord of fix to DSNACICS to keep it from stopping when it calls the downed region?