Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what are the thress bms options?

0 Answers   IBM,


what is the difference between task and transaction in cics?

5 Answers  


What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

3 Answers  


What is the abend command?

0 Answers  


What are the main topics in CICS to prepare for interview purpose and for real time purpose?

2 Answers   iGate,


Define cedf?

0 Answers  


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


How can you access qsam (seq) files from cics?

0 Answers  


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


Can you explain cics translator?

0 Answers  


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

0 Answers  


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


Categories