IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Use of TDQ and TSQ?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vamseepotti

New User


Joined: 21 Oct 2003
Posts: 45

PostPosted: Fri Feb 20, 2004 3:13 pm
Reply with quote

What is the use of TDQ and TSQ? icon_redface.gif
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Fri Feb 20, 2004 5:44 pm
Reply with quote

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
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Fri Feb 20, 2004 6:15 pm
Reply with quote

Hello Mayuresh,

You have lot of patience to point out where the manuals are. You are really great in helping people.

Thanks,
Sandip. icon_razz.gif
Back to top
View user's profile Send private message
harikrishnanrajeev

EXPERT


Joined: 28 Jan 2004
Posts: 37
Location: Trivandrum

PostPosted: Sun Mar 07, 2004 9:32 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Search our Forums:

Back to Top