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
Kindly specify the pic clause for the data type of length option field type of data fields?
Can you define mdt?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
hi,what is the module? how many modules in mainframe based banking projects
which is the cics control program that provides communication services between user written application programs and terminals?
Can you define cemt?
What is program reentrance?
In a particular cics program, what is the procedure to allocate dynamic memory?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
What is the tcp in the cisc?
Explain the difference between the into and the set option in the exec cics receive map command?
What is the meaning of the eibaid field?
What are the uses of ppt in cics?
What are the cics commands associated with task control?