Joined: 21 Mar 2005 Posts: 15 Location: Pune, INDIA
Hi,
A few more uses of TDQ and TSQ
TDQ
1. ATI like someone mentioned already.
2. Used to submit JCL's from CICS (EXTRAPARTITION only)
3. Used to pass data between CICS and Batch (EXTRAPARTITION only)
TSQ
1. For file/data browsing programs (we use this extensively in our programs. Data that can be populated in one cics map is stored as an ITEM and items are accessed as per the browse requirements)
2. For restoring when there is CICS region crashes and downs (not much sure on this one, though)