Where are transient data sets defined to CICS?
Answers were Sorted based on User's Feedback
Answer / ganesh
usally we going to be use when we want to transfer the data
from different regions like tso to cics region OR one cics
region to anothe rcics region that is also by using
extra-partition TDQ and instead of intra-partion TDQ we
will use TSQ and i think we have to use INTRA-TDQ in IMS-
CICS(i'm not sure regarding this)within same region
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / savita
DFHDCT is a macro used to define intra or extra partition
TDQs
TYPE=INTRA/EXTRA
DCT (destination control table)is to register the
information about the TDQ.Destination Control Program (DCP)
uses DCT to identify all TDQs and perform all I/O operations
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / devang
transient data sets are nothing but TDQ's.
intrapartition TDQ's and extrapartition TDQ's
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain how do you delete item 3 in a five-item tsq?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What is the difference between a return with transid and xctl?
Explain the difference between link and xctl?
interview type questions like basics&deep
How do you read from a TSQ?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
An XCTL uses more CPU time than LINK (True or False)
What is the function of DFHMDF BMS macro?
Give the definition of COMMAREA ?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?