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
how do you execute a background cics txn ?
How is Telon(CA-Telon) used to build map?
Explain the primary function of the processing program table (ppt)?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the primary aspect of CICS?
What is the pic clause for the hhmmss type of data fields?
For protecting a transaction using the transaction security function, the two things that must be done are?
what is eib, how is can be used?
What are the main uses of the transaction in the cics?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Explain difference between call and link?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain how do you control cursor positioning?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?