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
Explain ceci transaction commands?
what is the differences between getting the system time with eibtime and asktime command?
Explain the difference between the into and the set option in the exec cics receive map command?
What are fset, frset?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is CICS ?
Can you explain enq and deq used in cics?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain the different ways of initiating transaction in cics?
Sync points cannot be requested by the application programs? State true or false
Explain how would you resolve an asra abend?
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?
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?
What is the abend command?
Explain the difference between intra partition tdq and extra partition tdq?