InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Pseudo-conversational And Conversational? |
|
Answer» pseudo-conversational will start a NEW task for each input. By CODING a CICS RETURN command SPECIFYING TRANSID9ITSELF). Conversational will have an active task during the DURATION of the data ENTRY. pseudo-conversational will start a new task for each input. By coding a CICS RETURN command specifying TRANSID9ITSELF). Conversational will have an active task during the duration of the data entry. |
|