What does ?Pseudo Conversational? mean?

Answers were Sorted based on User's Feedback



What does ?Pseudo Conversational? mean?..

Answer / savita

It is a mode of dialogue between program
and terminal which appears to the operator as a continuous
conversation but which is actually carried by a series of
tasks

EX:
Transaction TSK1
Program PROG1
PROCEDURE DIVISION.
:
EXEC CICS RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID (‘TSK2’)
END-EXEC.
Transaction TSK2
Program PROG2
PROCEDURE DIVISION.
:
EXEC CICS
RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
END-EXEC.

Is This Answer Correct ?    3 Yes 1 No

What does ?Pseudo Conversational? mean?..

Answer / v@m$i

Non conversation seen to be a conversion.
i.e for user it appears to be in conversation but it does not exit. control returns to trans id and comm area.
when ever u perform action then again transaction execution started.

Is This Answer Correct ?    0 Yes 0 No

What does ?Pseudo Conversational? mean?..

Answer / chudar

the conversational technique used under muti threading
region. the pgm will be reside in mainmemory whenever it is
required and remove whenever it is no longer needed.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

What is difference between copy and include?

6 Answers  


If we wish to create bms executable, what are the basic steps that the user has to go through?

1 Answers  


How do you handle errors in CICS pgms ?

1 Answers   IBM,


What is the function of the Terminal Control Table(TCT)?

1 Answers  


What is multitasking and multithreading?

4 Answers   IBM,


What is the procedure to read a statement from tsq?

1 Answers  


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


What is the content of the PPT entry?

3 Answers   CTS, IBM,


Explain the usage of language in the ppt entry?

1 Answers  


How will you access a VSAM file using an alternate index?

1 Answers   IBM,


Why doesn?t CICS use the Cobol Open and Close statements ?

2 Answers  


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Categories