what is psuedo conversation?

Answers were Sorted based on User's Feedback



what is psuedo conversation?..

Answer / shobha

-to avoid dead lock situation we use this.
-instead of waiting for user responce (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.
-here we are releasing the resource using 'RETURN'statement.

Is This Answer Correct ?    13 Yes 1 No

what is psuedo conversation?..

Answer / sathish

in pseudo conversational programming once a task is executed
the resources are released until the user responds. This is
done using RETURN command.

Is This Answer Correct ?    8 Yes 0 No

what is psuedo conversation?..

Answer / 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

what is psuedo conversation?..

Answer / naga bhushanam

when a p[rogram attempts a c onversation when the terminal
user,it terminates the task after sending the message with
out listed when user completes te response(by processing
any attention identifier) the next task will be intiated by
cics.from the system point of view it is a multi task
operation.from the user of view it is a normal conversation
i.e why it is Known as Pseudo Conversation...

Is This Answer Correct ?    2 Yes 0 No

what is psuedo conversation?..

Answer / jyothi

bbbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
in pseudo conversaion mode,whenever there is a need for
conversation with user,the prgrm logically terminates
there,releases all resources and waiting for user
response.after receving response transaction is
initiated,acqires back to application prgrm.

Is This Answer Correct ?    2 Yes 2 No

what is psuedo conversation?..

Answer / mahesh reddy

i explain with example..........
we go to ATM and swap the card,it will show
"plz enter pin num"
if u dont respond for 30 sec then it will display
"ur tran has been canceled" ...............

wt i suppose to say is"in psuedo it will not wait for user respond it will do its work"

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More CICS Interview Questions

i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  


What happens when a CICS command contains the NOHANDLE option?

1 Answers   IBM,


Define an aica abend?

0 Answers  


Explain how do you intitiate another transaction?

0 Answers  


Define the term transaction routing?

0 Answers  






Explain how do you control cursor positioning?

0 Answers  


Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.

2 Answers   ITC Infotech,


Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?

2 Answers  


Explain the maps in cics?

0 Answers  


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


Categories