Explain the means of supporting pseudo conversation
programming. (E.g. Storing and restoring of states)

Answer Posted / rohit

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 ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is frset?

572


Explain how do you delete item 3 in a five-item tsq?

534


name the command that is used to dump the main storage areas related to a task?

629


Define the term mro (multi region operation)?

579


Explain the mdt in cics?

618






What is the meaning of the enq command?

592


What are some of the cics commands associated with interval control?

585


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

536


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

603


What is mainframe cics?

589


What is an mdt (modified data tag)?

575


Name the cics command that gives the length of twa area?

572


Specify cics transaction initiation process?

564


What is meant by an AICA ABEND?

664


What is the meaning of the eibaid field?

530