View previous topic :: View next topic
|
Author |
Message |
vamseepotti
New User
Joined: 21 Oct 2003 Posts: 45
|
|
|
|
What is the use of TDQ and TSQ? |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello vamseepotti,
TDQ = Transient Data Queue
TSQ = Temporary Storage Queue
It is used to store intermediate results.
Check out CICS Application Programmer's Guide for more details
Hoep this helps,
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
sandip_datta
Active User
Joined: 02 Dec 2003 Posts: 150 Location: Tokyo, Japan
|
|
|
|
Hello Mayuresh,
You have lot of patience to point out where the manuals are. You are really great in helping people.
Thanks,
Sandip. |
|
Back to top |
|
|
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 37 Location: Trivandrum
|
|
|
|
Hi,
Here am consolidating the points i know
TDQ
---------
1. Transient data queue.
2. Only sequential access possible.
3. On creation entry is made in Destination control table.
4. 4 char id.
5. It is Read destructive , ie it gets destructed after a single read. Life
is there till a single read only.
TSQ
----------
1. Temporary Storage Queue.
2. Both Seq and Direct Access possible.
3. Entry is made in Temporary Storage Table.
4. 8 char id.
5. Is it not read destructive.
6. It can be stored in the main storage or auxillary storage.
Regards,
Hari. |
|
Back to top |
|
|
|