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 |
What are the uses of ppt in cics?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the general Command format of CICS ?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Explain how do you delete item 3 in a five-item tsq?
Define exec cics retrieve?
Explain how pa key is different from pf key?
What is the pic clause for the hhmmss type of data fields?
Explain how many exceptional condition can be given in a handle condition?
Explain processing program table(ppt)?
what is the most common way of building queue-id of a tsq?