Difference between TSQ and TDQ

Difference between TSQ and TDQ.

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 Queqe (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.
Explain CEBR,CEMT,CEDF,CECI Transaction commands
Explain CEBR,CEMT,CEDF,CECI Transaction commands - CEBR:CICS-supplied Temporary Storage Browse transaction. It displays the content of Temporary Storage Queue (TSQ)......
Reserved words for CICS
Reserved words for CICS - CLOSE, DELETE, FD, I-O-CONTROL, MERGE, OPEN, READ, RERUN....
Processing Program Table(PPT), Program control Table(PCT), File Control Table(FCT)
Explain Processing Program Table(PPT) - It register all CICS application program as its Primary Funtion...
Post your comment