Thursday, April 16, 2009

Difference between conversational and pseudo conversational programs in CICS

Conversational (Mode of communication between prog and terminal by sending messages ==> Results in waste of CPU Resources as cpu has to wait till the human responds) & Pseudo conversational (Make it look like conversational but CPU is not tied up). Pseudo conversational mode = RECEIVE ==> SEND ==> RETURN TRANSID('TSK123').

No comments: