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

Can you define mapset?

1106


How errors are handled in CICS programs?

1172


What is the pic clause for the data type of length option field type of data fields?

990


Can you explain enq and deq used in cics?

1125


Explain how do you handle errors in cics programs?

1037


What are the uses of ppt in cics?

1051


When would you use abend command?

1244


Can you define attribute byte?

1079


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

1151


What do you mean by CEMT?

1281


how do you execute a background cics txn ?

1359


How ENQ and DEQ used in CICS?

1480


Explain the system transid cemt?

1168


How to define a vsam file in cics getting into cics to define a vsam file.

1244


Can you define commarea?

1046