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

first of all, you need to read CICS book...read :

Q What are the differences between TSQ and a TDQ ?
A (1) In Temporary Storage Queues Data (TS) is
read randomly,
(2) in Transient Data Queues data (td) 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.
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.
(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.

Q What are Extra partition & Intra partition TDQs ?
A Extra-partition TDQ's are datasets used for
communication between CICS and other CICS/Batch regions.
Extra-partition TDQ doesn't have to be a disk file, it can
reside on any device that's a valid QSAM/VSAM. The DCT
entry contains the destination-Id, type of TDQ,
Destination, Trigger level if needed.

Intra-partition TDQ's are queues for communication within
CICS region. CICS stores the Intra-partition TDQ in a
dataset 'DFHNTRA' on the Disk.
---------------------
i hope that you have an idea....

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

1103


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

2777


What is the difference between pct and fct?

1288


Explain how do you control cursor positioning?

1061


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?

1181


What is the eib parameter?

1098


Explain how would you resolve an asra abend?

1048


Give the definition of COMMAREA ?

1109


how do you fire a batch job from a cics txn ?

1103


What is the procedure to solve an ASRA ABEND?

1079


How can you access esds files from cics?

1157


what are the reserved words for cics?

1156


What is mainframe cics?

1160


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

1122


What is frset?

1075