Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between task and transaction in cics?

Answers were Sorted based on User's Feedback



what is the difference between task and transaction in cics?..

Answer / madhusudhana

A Transaction is way to invoke a program execution in cics.
A Task is an instance of a Transaction

Is This Answer Correct ?    19 Yes 1 No

what is the difference between task and transaction in cics?..

Answer / m.sankar

task is a unit of work and transaction is an entity that
initiates the execustio of task

Is This Answer Correct ?    4 Yes 0 No

what is the difference between task and transaction in cics?..

Answer / 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

what is the difference between task and transaction in cics?..

Answer / 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

what is the difference between task and transaction in cics?..

Answer / d.manohar reddy

TASK IS AN INSTANCE OF A TRANSACTION.
TRANSACTION IS A SET OF TASKS.

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More CICS Interview Questions

when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,


How do you use altindxs in batch, cics programs?

0 Answers  


Explain the difference between intra partition tdq and extra partition tdq?

0 Answers  


what are the thress bms options?

0 Answers   IBM,


When there are 2 records with the same key specified in a DELETE operation what will happen?

2 Answers  


if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


Explain the difference between dfhcommarea and tsq?

0 Answers  


Can you define mapset?

0 Answers  


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


Name the command which is used to release a record on which exclusive control is gained?

0 Answers  


Categories