What is TSQ and TDQ.what is the the difference?
when you for tsq and when you go for tdq?

Answer Posted / saisankar

What are the differences between TSQ and a TDQ ?
A)
1)TSQ is temporary storage queue.

item no generates automatically for each n every record entered into it.Based on that we can retrive data from the TSQ more than once.In it random read is possible.

2)TDQ is trancient data queue.
no automatic item no generation.
it is read destructive.once we read data record from TDQ that is deleted.In it sequential read is posible.
Data can be changed in TSQ, but not in TDQ.

(3) 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.
(4) 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.


TDqueues are further divided into intra and extra.

intra - with in same regeion.(region restricted)one useful facility is ATI(AUTOMATIC TASK INITIATION).for this TRIGGERLEVEL is useful when we specify triggerlevel as 100
after insertion of 100 records in TDQ-intra what ever task given automatically processed.



extra -cics with batch/communication among more than one region.


(ANY INFO NEED mail to saisankar85@gmail.com)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name at least one of the ways by which a transaction can be terminated?

559


What is the kcp in the cics?

683


Can you explain multitasking and multithreading?

683


How do we pass parameters into a CICS –DB2 program

3636


What are the cics commands associated with task control?

526






What is bms map?

650


What is the abend command?

570


What is the common systems area?

580


Explain ceci transaction commands?

549


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

1779


Name a few CICS programs which are generally used ?

627


What does the 'cedf:cics' transactions do?

564


Explain what is the massinsert option?

624


Explain how to build up lu 6.2 communication?

606


Define TCT.

696