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 the main function of the sign-on table?

0 Answers  


how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)

2 Answers  


Define cics interface block?

0 Answers  


How do you read from a TSQ?

1 Answers   IBM,






What is difference between copy and include?

6 Answers  


How would you release control of the record in a READ for UPDATE?

2 Answers   IBM,


How many exceptional condition can be given in a HANDLE CONDITION?

5 Answers   IBM,


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,


What is the command for reading a record form a TSQ?

3 Answers  


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


Categories