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
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
List out all the tables that are a part of cics ?
What is the pic clause for the any bll cell type of data fields?
Can you explain dfheiblk?
What is the difference between a return with transid and xctl?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Define an asra abend?
What is fset?
Specify cics transaction initiation process?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain how do you control cursor positioning?
What is program reentrance?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What are the classifications of the cics program?
Can you explain common systems area?