Answer Posted / the coder
Psuedo conversation is a technique to write CICS programs
to improve the performance.
A normal conversational application is one which follows
the normal query and answer approach. User will enter the
query and the sytem/program will process the query and send
the response and wait for another query from user. This
requires the application program to be in memeory all the
while, in turn reducing the main memory utilization
especially when there are several other tasks waiting in
queue for execution.
However in psuedo conversation, the application program is
removed from the main memory by CICS, thus letting other
tasks to get executed, as soon as it sends the response to
the user. The application program is loaded again once the
user enters another query. To the user it appears as a
normal conversational program but in the back ground it is
not, hence the name - Psuedo conversation
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Explain how do you handle errors in cics programs?
Is length = 0 sufficient to ascertain that the field has been modified?
What is the common systems area?
What is commarea (communications area)?
What is an mdt (modified data tag)?
What is the tcp in the cisc?
Explain the difference between a symbolic map and physical map?
Define floating maps with illustration?
Explain how can you accomplish breakpoint in intertest?
What is the syncpoint command?
How to define a vsam file in cics getting into cics to define a vsam file.
What is meant by an AICA ABEND?
What are the types of processes to create a map in cics?
What is the use of the program list table?
Define cics interface block?