what is the difference between task and transaction in cics?
Answer Posted / sud
A transaction is a unit of processing that consists of one
or more application programs. A transaction is initiated by
a single request, often from a terminal, usually using a
four-character transaction identifier. A transaction might
require the initiation of one or more tasks for its
execution.
A task is a single instance of the execution of a
transaction. CICS, in conjunction with the operating
system, manages the control of multiple tasks by allocating
a system process to each task. While one task is waiting
(for example, to read a file or to get a response from a
terminal), the operating system can give control to another
task.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you define attribute byte?
Define cedf?
Define cics interface block?
Define ceci?
Define temporary storage?
Explain the cics command that is used for reading a record from the tdq?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
hi,what is the module? how many modules in mainframe based banking projects
Explain how can you accomplish breakpoint in intertest?
Give certain situations where NEWCOPY is obligatory?
Explain the maps in cics?
Kindly specify the pic clause for the data type of length option field type of data fields?
Explain cemt transaction commands?
what are the commands used to gain exclusive control over a resource?
Define task work area?