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

what is TDQ and TSQ


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

New User


Joined: 25 Apr 2005
Posts: 5
Location: india

PostPosted: Tue Apr 26, 2005 4:34 pm
Reply with quote

what is TDQ and TSQ.
Back to top
View user's profile Send private message
mainframe_vijay

New User


Joined: 11 Apr 2005
Posts: 8
Location: chennai

PostPosted: Tue Apr 26, 2005 6:10 pm
Reply with quote

hi,

TSQ - TEMPORARY STORAGE QUEUE,
TDQ - TRANSIENT DATA QUEUE

Both are used to transfer data between cics transactions.normally, through communication area via., we can transfer the data between transactions. if we use commarea for data transfer, i can pass upto 64KB data.for passing more than 64KB, we should use queue.
queues are nothing but sequential files.in queues, records are arranged sequentially.

icon_smile.gif
-vijay
Back to top
View user's profile Send private message
squid_rocks

New User


Joined: 21 Mar 2005
Posts: 15
Location: Pune, INDIA

PostPosted: Wed Apr 27, 2005 2:39 pm
Reply with quote

Hi,
To provide more details...

TDQ
1. TDQ is referred with only 4 characters.
2. TDQ is read-destructive (that means data once read from TDQ is deleted).
3. After the transaction is over, the TDQ is deleted automatically.This does not affect the EXTRAPARTITION TDQ used within CICS and BATCH.
4. We need to declare the TDQ in FCT and mention whether it is EXTRAPARTITION or INTRPARTITION.

TSQ
1. TSQ is referred with 8 characters.
2. TSQ is not read-destructive, which means data is not deleted from TSQ when read.
3. TSQ is not auto-deleted when transaction is over.
4. We do not have to declare the TSQ before use, we just need to use unique names to refer to it.

So much for now.
Please clarify if anything is wrong.
Will post some more details, when I get my hand on it.
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