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

Explain the function of the cics translator?

613


Define cebr?

565


What does the 'cemt:cics' transactions do?

641


what is the differences between getting the system time with eibtime and asktime command?

591


How ENQ and DEQ used in CICS?

820






which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

705


Kindly specify the pic clause for the any bll cell type of data fields?

719


What is the procedure to read a statement from tsq?

648


Explain how many exceptional condition can be given in a handle condition?

537


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 cics regions that share the same db2 subsystem?

610


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

643


What are the types of processes to create a map in cics?

589


what are the differences between and exec cics xctl and an exec cics link command?

710


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

626


Explain how many conditions can you include in a single handle condition command?

615