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
Add a field to screen when what's the flow of impact?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Name some translator and compile options and explain their meaning?
Explain the difference between the xctl and link commands?
Kindly specify the pic clause for the any bll cell type of data fields?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the difference between intra partition tdq and extra partition tdq?
Name the cics command used to access current date and time?
What is meant by an attribute byte?
Can ESDS files be accessed from CICS?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is the abend command?
Explain how many exceptional condition can be given in a handle condition?
Explain the significance of rdo?
list the sequence of steps used to achieve modiication in skip sequential mode?