What is meant by pseudo-conversation?

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


Please Help Members By Posting Answers For Below Questions

How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

5907


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

695


What is the pic clause for the data type of length option field type of data fields?

543


Explain the uses that are associated to tsq and tdq ?

643


Explain how many conditions can you include in a single handle condition command?

607






What is the comaera?

752


specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

687


What is fset?

564


Define an asra?

554


Explain the use of DCT ?

659


What is the cics command level?

552


How do we pass parameters into a CICS –DB2 program

3639


What is the procedure to solve an ASRA ABEND?

607


Name at least one of the ways by which a transaction can be terminated?

567


Explain the difference between the xctl and link commands?

514