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...


Difference between TSQ & TDQ

Answers were Sorted based on User's Feedback



Difference between TSQ & TDQ..

Answer / vinod

(1) In Temporary Storage Queues Data is read randomly,
While in Transient Data Queues data must be read
sequentially. (2) In a TSQ data can be read any number of
times as it remains in the queue until the entire Queue is
deleted. In TDQ data item can be read once only. To reuse
the TDQ it must be closed and reopened. (3) Data can be
changed in TSQ, but not in TDQ. (4) TSQ can be written to
Auxiliary or Main Storage, while TDQ is written to Disk.
Temporary storage is a holding place, while Transient data
is always associated with destination. The (5) TSQ name is
defined dynamically, while a TDQ name need to be defined in
the DCT. Note: An application uses TSQ 's to pass info'
from task to task, while a TDQ to accumulate records before
processing or send data for external use, such as a print
operation or other

Is This Answer Correct ?    75 Yes 3 No

Difference between TSQ & TDQ..

Answer / anna

.....and
TDQ has trigger level(automatic task initiation)
TSQ does not.

Is This Answer Correct ?    45 Yes 1 No

Difference between TSQ & TDQ..

Answer / rajesh

Temporary Storage Queqe (TSQ)

Records inTemporary Storage can be read more than once.
Records in TSQ can be read randomly.
You may update an existing item in a TSQ.
TSQ names are dynamically defined in the application program.
TSQ cannot be accessed in batch.
TSQ cannot started automatically a CICS transaction.

Transient Data Quene (TDQ).

Temporary Data Queues can be read only once.
Records in TDQ can be read only sequentially.
A record in a TDQ cannot be updated.
TDQs name must first be defined in the DCT (Destination
Control Table).
TDQ may be used by batch application.
TDQ can started automatically a CICS transaction.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More CICS Interview Questions

What is the usage of language in the PPT entry?

2 Answers   IBM,


Explain re-entrancy as applies to CICS.

1 Answers   IBM,


Can we use both FSET n FRSET together in BMS? And if yes then what will happen?

4 Answers  


What is a deadlock?

1 Answers  


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


What is trigger level in the context of TDQs?

2 Answers   IBM,


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


What are the classifications of the cics program?

0 Answers  


Translation Time is not reduced if the Pre-compilation is done first(True or False).

1 Answers   Kanbay,


What is a mapset?

2 Answers  


Can you explain dfhmdf bms macro?

0 Answers  


What is non-conventional programs?

0 Answers  


Categories