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 |
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What does EIB mean?
In which table would you make an entry for a BMS map?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What CICS command do you need to obtain the user logon-id?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
What is task control?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
How to build up LU 6.2 communication?"
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
In CICS, BMS what is the use of FREEKB parameter
Is length = 0 sufficient to ascertain that the field has been modified?