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 the thress bms options?
What does EIB mean in CICS?
Define temporary storage?
Can ESDS files be accessed from CICS?
Define TCT.
How to establish dynamic cursor position on a map?
Define task work area?
Specify cics transaction initiation process?
Explain the use of DCT ?
Explain the uses that are associated to tsq and tdq ?
Can you define temporary storage?
difference between tsq and tdq?
Explain the difference between a symbolic map and physical map?
what is the most common way of building queue-id of a tsq?
How errors are handled in CICS programs?