Answer Posted / vital reddy
instead of waiting for user response (locking the
resource) we are releasing the resource and once the user
enters the data then we will call back the program and use
the resource.in the user point of view ,this is conversation
mode but program is logically terminated.
it is used to over come resource wastage.
Ex:requirement is fill a online form,first connect that then
fulfill all details.once connect until submitting of that
form resource is waiting from user point of view but in
pseudo conversation the resource was already released.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between pseudo-conversational and conversational?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How to get the cursor position when we receive a map?
Define primary objective of cics?
What are the ways fot initiating a transaction?
which is the cics control program that provides communication services between user written application programs and terminals?
What is program reentrance?
what are the differences between and exec cics xctl and exec cics start command?
Explain how do you establish a starting position in a browse operation?
Explain the system transid cemt?
What is interval control?
Explain how do you access storage outside your cics program?
Explain how do you intitiate another transaction?
Explain how many conditions can you include in a single handle condition command?
If we wish to create bms executable, what are the basic steps that the user has to go through?