Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Thu Sep 08, 2005 9:19 am Post subject: |
|
|
Koleman,
Quote: |
In sequence 3, the program is able to get back the commarea memory.
|
That is only the case when the program returns control alongwith the TRANSID and COMMAREA parameter coded.
CICS retains this information in its internal storage allocated for that terminal. (TIOA - Terminal Input-Output Area). The CICS terminal control program retains this information until sequence 2 or until the terminal is disconnected, whichever occurs first, and passes this information to the KCP (Task Control program) once sequence 2 is invoked. The KCP then invokes the transaction based on the information that it was passed on from the terminal control program.
HTH....Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|