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

What is TSQ and TDQ


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jayaraj313
Warnings : 1

New User


Joined: 19 Sep 2006
Posts: 3

PostPosted: Tue Feb 27, 2007 7:50 am
Reply with quote

What is Tdq & Tsq?????
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 27, 2007 7:57 am
Reply with quote

Hello,

Maybe this is what you are interested in?

Transient Data Queue
Records are always retrieved from a TDQ in the same order that they were written. Each record can only be read once as records are automatically deleted when read.

There are two types of TDQ, intrapartition and extrapartition. Intrapartition TDQs are stored in a VSAM file called DFHNTRA. Extrapartition TDQs are stored in QSAM files managed by the operating system and are very inefficient.



Temporary Storage Queue
TSQs can be read either sequentially using NEXT or you can specify the number of the record you want to retrieve using ITEM(). Items remain in the TSQ until deleted.

TSQs are either held in virtual storage or in a VSAM file called DFHTEMP.

You can examine the content of a TSQ using the CEBR command. The command can also be used to transfer the content of a TSQ into a TDQ or vice versa.
Back to top
View user's profile Send private message
jayaraj313
Warnings : 1

New User


Joined: 19 Sep 2006
Posts: 3

PostPosted: Tue Feb 27, 2007 4:29 pm
Reply with quote

Hey!!!
thanks for the help....
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 27, 2007 8:54 pm
Reply with quote

You're welcome icon_smile.gif
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 -> Mainframe Interview Questions

 


Search our Forums:

Back to Top