Answer Posted / rajesh
Temporary Storage Queqe (TSQ)
Records inTemporary Storage can be read more than once.
Records in TSQ can be read randomly.
You may update an existing item in a TSQ.
TSQ names are dynamically defined in the application program.
TSQ cannot be accessed in batch.
TSQ cannot started automatically a CICS transaction.
Transient Data Quene (TDQ).
Temporary Data Queues can be read only once.
Records in TDQ can be read only sequentially.
A record in a TDQ cannot be updated.
TDQs name must first be defined in the DCT (Destination
Control Table).
TDQ may be used by batch application.
TDQ can started automatically a CICS transaction.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Can you explain common systems area?
Explain the function of the cics translator?
Can you define mapset?
What is cics load command?
How do you use altindxs in batch, cics programs?
What are the some important fields in the eib block?
What is meant by an attribute byte?
What does the 'cebr:cics' transactions do?
Define an asra abend?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
Explain the difference between a package and a plan.
How to get the cursor position when we receive a map?
Name the cics command that gives the length of twa area?
What is the difference between a return with transid and xctl?
If we wish to create bms executable, what are the basic steps that the user has to go through?