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

Explain ceci transaction commands?

751


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

832


Explain the difference between the into and the set option in the exec cics receive map command?

808


What are fset, frset?

775


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

718


What is CICS ?

767


Can you explain enq and deq used in cics?

821


Explain the difference between cics program control table (pct) and cics processing program table (ppt)?

811


Explain the different ways of initiating transaction in cics?

701


Sync points cannot be requested by the application programs? State true or false

896


Explain how would you resolve an asra abend?

767


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

894


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?

875


What is the abend command?

777


Explain the difference between intra partition tdq and extra partition tdq?

793