What is meant by pseudo-conversation?



What is meant by pseudo-conversation?..

Answer / 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

More CICS Interview Questions

how do u see the output of cics program?

4 Answers   HCL,


What is the command used for receiving a map from a terminal?

1 Answers  


What is the primary function of the Sign-on Table?

1 Answers  


How is Telon(CA-Telon) used to build map?

0 Answers  


Can dynamic calls be used in CICS?

0 Answers  






How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


What is the eib parameter?

0 Answers  


What are the types of important programs that are used in the cics?

0 Answers  


How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


How do you make your BMS maps case sensitive?

2 Answers   IBM,


Use of DFHCOMMAREA in cics

2 Answers   Virtusa,


Can you explain cics translator?

0 Answers  


Categories