If TDQs are selfdestructive then why they are used?
AND
Why TSQs are preferred over TDQs?

Answers were Sorted based on User's Feedback



If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs? ..

Answer / rajesh reddy

TDQ's are used for automatic task intitation.

where as TSQ are for temporary usage as soon as task is
completed the momory space is fred up and used by other
transcations

Is This Answer Correct ?    3 Yes 0 No

If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs? ..

Answer / rajesh dutta

TDQ are mainly used for Automatic task initiation where a
transaction is intiatiated once a trigger level is
reached.Trigger level is the max no of item TDQ can hold at
time after which transaction starts and once all the items
are read ,automatically deleted.And again Until the trigger
level is reached the transaction does not starts and this
process continues. Mainly used for request processing.

Correct me if I am Wrong...

Is This Answer Correct ?    7 Yes 6 No

If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs? ..

Answer / mary antony

TSQ are preferred over TDQ for data passing.TDQ is used for
batch interface or on ATI requirement

Is This Answer Correct ?    0 Yes 2 No

If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs? ..

Answer / tarun

TSQ are preferred over TSQ becuase for TDQ's we not to make
an entry in the DCT table or in other words we need to creat
a DCT for that where as for TSQ there is no such thing.

Is This Answer Correct ?    2 Yes 4 No

If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs? ..

Answer / lu

No TD is not selfdestructive, u have to delete it....
2) TS is preferreed because :
a) TS read randomly by ITEM..TD sequential....
b) If you don't use Intrapartion or extra partion...it's
better TS....
============================
In your program when you want to write TD or TS, first of
all, when EIBCALEN = 0 you delete TS, TD and send
maponly...

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More CICS Interview Questions

What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


Tsqs can be written in the main storage or auxiliary storage? State true or false

1 Answers  


How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)

5 Answers   CICS,


Explain what is a cursor in cics sql processing?

0 Answers  






What is Tclass in cics?what is its importance? How it is implemented?

2 Answers   IBM,


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


How many maps are create in a single mapset?

5 Answers  


Explain the difference between pseudo-conversational and conversational?

0 Answers  


Can you define attribute byte?

0 Answers  


What are the common cics service programs and explain their usage?

0 Answers  


Categories