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

mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


Explain the function of the cics translator?

0 Answers  


Name the cics command used to access current date and time?

0 Answers  


Explain the difference between a symbolic map and physical map?

0 Answers  


What is the eib parameter?

0 Answers  






Mention the content that is present inside a PPT ?

0 Answers  


what are the differences between and exec cics xctl and exec cics start command?

0 Answers   IBM,


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


Can you define transid?

0 Answers  


What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?

2 Answers  


After execute the map, What will happen ? Give breif Description

4 Answers   HCL, IBM,


Categories