Hi,
I am back to CICS after a few years' detour to J2EE. This topic has been covered so many times and yet I haven't got around it. Maybe, I am too bone-headed and if you refrain from answering, I will understand. So, here goes.
CICS ensures that the application program would respond only when a AID key is pressed. Typically, the time in which the program would process the input - even allowing for disk I/O - would be far lesser than the wet-ware spends time before the terminal. Hence, the idea of 'pseudo-conversation'. So, why does this venerable Redbook mention WAIT in this diagram ? As a matter of fact, why does it even mention 'conversational' ?
Here is the other confusion I have.
When SEND MAP is done, isn't control back to the map and the program is no longer "running" ? If so, how come the RETURN command gets the control immediately after SEND MAP (refer this diagram) ?
I am referring to Chapter 11.4 in the Redbook.