View previous topic :: View next topic |
Author |
Message |
tholkappian Beginner
Joined: 06 May 2005 Posts: 3 Topics: 2 Location: chennai,India
|
Posted: Thu Jun 09, 2005 11:10 am Post subject: Temp table access by CICS program in EXCI from DB2SP |
|
|
I have to call a CICS program from a DB2 Stored Procedure through EXCI. I am passing a huge amount of data coz of which am using a temp table and not the COMMAREA. The session has to be maintained through out the process for the CICS programs to access the temp table. Will the session be maintained in the CICS programs? Or will a new session be created when I call them using EXCI?
Thanx in advance
 |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
tholkappian Beginner
Joined: 06 May 2005 Posts: 3 Topics: 2 Location: chennai,India
|
Posted: Fri Jun 10, 2005 4:42 am Post subject: |
|
|
Thanks a lot.... But still this document does not provide me details about using a temporary table between the stored procedure and the CICS programs. I need to know whether temp tables can be used as a medium to pass and receive data? Can i access the temporary table created and loaded in the stored procedure from the CICS program ?
Thanks in Advance.. |
|
Back to top |
|
 |
|
|