What does ?Pseudo Conversational? mean?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is non-conventional programs?

584


What are the cics transactions?

576


What does the 'cemt:cics' transactions do?

636


Explain the difference between a physical bms mapset and a logical bms mapset?

563


Explain the difference between and exec cics xctl and an exec cics link command?

555






Can ESDS files be accessed from CICS?

626


Define the term function request shipping?

571


Explain the different ways of initiating transaction in cics?

499


How can you use dynamic calls in cics?

601


Explain the primary significance of intra-partition and extra-partition tdqs ?

572


What is the primary aspect of CICS?

654


What is the use of the eibaid field?

603


how do you fire a batch job from a cics txn ?

602


Explain the logical message in cics?

582


Db2 what is 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 cicsregions that share the same db2 subsystem?

643