what is the difference between task and transaction in cics?
Answer Posted / sangram jadhav
Transaction invokes your program or group of programs that
is to be executed.
The execution of transaction or group of transactions is
nothing but a task. This is totally a logical term related
to your LUW (logical unit of work). Structural way of
designing your program in individual tasks helps in
achieving multitasking easily.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In the EIB block of CICS, highlight the names of few of the important fields?
Explain how do you access the records randomly in tsq?
Explain how do you delete item 3 in a five-item tsq?
Explain the difference between link and xctl?
Can you explain cics translator?
Explain the difference between intra partition tdq and extra partition tdq?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is task control?
What is the pic clause for the hhmmss type of data fields?
What is program reentrance?
Explain the different ways of initiating transaction in cics?
What are the some important fields in the eib block?
which is the cics control program that provides communication services between user written application programs and terminals?
Which commend used for terminating a browser operation?
Define floating maps with illustration?