If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DSNACICS issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-09, 15:10
espencer756 espencer756 is offline
Registered User
 
Join Date: Oct 2008
Posts: 1
DSNACICS issue

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?
Reply With Quote
  #2 (permalink)  
Old 11-24-09, 14:04
schintala schintala is offline
Registered User
 
Join Date: Apr 2005
Location: USA
Posts: 119
We also call stored procedures from our Java based applications to get the data from IMS/CICS regions. When ever we get system problem happens we send a pre written error code to the procedure outparm and throws an exception page.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On