Interview Questions

Difference between TSQ and TDQ?

CICS Interview Questions


(Continued from previous question...)

Difference between TSQ and TDQ?

TDQ is read destructive, TSQ is not, TSQ can be created dynamically, TDQ cannot be created dynamically. TSQ is temporary in nature (i.e. it will be deleted when the program finishes execution, unless it is made permanent by making a entry in the Temporary Storage Table), TDQ is not.

(Continued on next question...)

Other Interview Questions