difference between tsq and tdq?
Answer / Ankush Kumar
"TSQ (Transaction Service Queue) is a CICS queue used to manage the execution of transactions. TSQs are typically used for requesting, executing, and monitoring transactions.nTDQ (Task Data Queue) is a CICS queue used to exchange data between transactions or programs. TDQs can be used to pass data between tasks running in different regions or on different systems."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by pseudo-conversation?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
what is effect on receive map when
What is the difference between a return with transid and xctl?
How can you Define and Install the Maps & Mapset ?
Can you explain primary aspect of cics?
What is program reentrance?
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
What is the difference between the NOHANDLE option and the IGNORE condition?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
Explain re-entrancy as applies to CICS.
What are the types of important programs that are used in the cics?